aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-08 21:36:57 +0800
committercrupest <crupest@outlook.com>2022-05-08 21:36:57 +0800
commit195007d4f00dd2c04a0f2859a8bfff7632a45530 (patch)
tree2f12a344a5d4fc50f18946dec988cdd50ad88069 /demos/CMakeLists.txt
parenta1bbc5da1fb0ae4842a54d89136a784832a76978 (diff)
downloadcru-195007d4f00dd2c04a0f2859a8bfff7632a45530.tar.gz
cru-195007d4f00dd2c04a0f2859a8bfff7632a45530.tar.bz2
cru-195007d4f00dd2c04a0f2859a8bfff7632a45530.zip
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index f2f781bd..f6dd20c3 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -3,12 +3,16 @@ add_library(cru_demo_base INTERFACE)
target_link_libraries(cru_demo_base INTERFACE cru_platform_bootstrap)
if(WIN32)
+ add_subdirectory(graphics)
+
add_subdirectory(main)
add_subdirectory(scroll_view)
add_subdirectory(input_method)
add_subdirectory(svg_path)
elseif(APPLE)
+ add_subdirectory(graphics)
+
add_subdirectory(main)
add_subdirectory(scroll_view)