diff options
author | crupest <crupest@outlook.com> | 2021-12-13 21:34:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-13 21:34:03 +0800 |
commit | 7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71 (patch) | |
tree | 25c84142e9845de57a201986386992f1bfb18fe8 | |
parent | 1110791e029f9e9b71fccd8a0727130621e97d63 (diff) | |
download | cru-7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71.tar.gz cru-7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71.tar.bz2 cru-7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71.zip |
...
-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() |