diff options
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() |