diff options
author | crupest <crupest@outlook.com> | 2021-11-28 22:32:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-28 22:32:55 +0800 |
commit | 80096172330bc0148320384f4b01f3ea62e52c92 (patch) | |
tree | b67e57541189503861f4df0dd621a6b2fcec6c7d /demos/CMakeLists.txt | |
parent | 48a70ee60683d6ced778ad82f4510975c74dc4c7 (diff) | |
download | cru-80096172330bc0148320384f4b01f3ea62e52c92.tar.gz cru-80096172330bc0148320384f4b01f3ea62e52c92.tar.bz2 cru-80096172330bc0148320384f4b01f3ea62e52c92.zip |
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r-- | demos/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 3edabd0a..cb9d3f6e 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -2,7 +2,7 @@ add_library(cru_demo_base INTERFACE) target_link_libraries(cru_demo_base INTERFACE cru_platform_bootstrap) -if(WIN32) # Currently only enable tests on Windows. +if(WIN32) add_subdirectory(main) add_subdirectory(scroll_view) @@ -12,6 +12,7 @@ elseif(APPLE) add_subdirectory(scroll_view) add_subdirectory(input_method) + add_subdirectory(graphics_experiments) elseif(UNIX) add_subdirectory(xcb) endif() |