diff options
author | crupest <crupest@outlook.com> | 2021-12-13 21:36:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-13 21:36:45 +0800 |
commit | 13f76127fe0e3371b8748ceb38485b6237f69aeb (patch) | |
tree | 2861214abbb1768058cbd86b2e047aec6e3a24fc /demos/CMakeLists.txt | |
parent | 7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71 (diff) | |
download | cru-13f76127fe0e3371b8748ceb38485b6237f69aeb.tar.gz cru-13f76127fe0e3371b8748ceb38485b6237f69aeb.tar.bz2 cru-13f76127fe0e3371b8748ceb38485b6237f69aeb.zip |
...
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 3dd54bc6..3afb5f91 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -16,6 +16,7 @@ elseif(UNIX) add_subdirectory(xcb) endif() +# My computer graphics practice source codes. Needs `dlib` as dependency. if (CRU_BUILD_GRAPHICS_EXPERIMENTS) add_subdirectory(graphics_experiments) endif() |