aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-12-13 21:30:02 +0800
committercrupest <crupest@outlook.com>2021-12-13 21:30:02 +0800
commit1110791e029f9e9b71fccd8a0727130621e97d63 (patch)
tree7b78c154661e8ab0203d000a4952b900f472747a /demos/CMakeLists.txt
parent770d0dbdcdc1e54f66c2ed2c8855a2f9cf2af61a (diff)
downloadcru-1110791e029f9e9b71fccd8a0727130621e97d63.tar.gz
cru-1110791e029f9e9b71fccd8a0727130621e97d63.tar.bz2
cru-1110791e029f9e9b71fccd8a0727130621e97d63.zip
..
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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)