From 1110791e029f9e9b71fccd8a0727130621e97d63 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 13 Dec 2021 21:30:02 +0800 Subject: .. --- demos/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index cb9d3f6e..f6a05cd9 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -12,7 +12,9 @@ elseif(APPLE) add_subdirectory(scroll_view) add_subdirectory(input_method) - add_subdirectory(graphics_experiments) elseif(UNIX) add_subdirectory(xcb) endif() + +if (CRU_BUILD_GRAPHICS_EXPERIMENTS) + add_subdirectory(graphics_experiments) -- cgit v1.2.3