diff options
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r-- | demos/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index f6a05cd9..3dd54bc6 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -18,3 +18,4 @@ endif() if (CRU_BUILD_GRAPHICS_EXPERIMENTS) add_subdirectory(graphics_experiments) +endif() |