aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-12-13 21:36:45 +0800
committercrupest <crupest@outlook.com>2021-12-13 21:36:45 +0800
commit13f76127fe0e3371b8748ceb38485b6237f69aeb (patch)
tree2861214abbb1768058cbd86b2e047aec6e3a24fc /demos/CMakeLists.txt
parent7c7d8f88c7cd6fccf3d8df0cfd6ae29fe28f3f71 (diff)
downloadcru-13f76127fe0e3371b8748ceb38485b6237f69aeb.tar.gz
cru-13f76127fe0e3371b8748ceb38485b6237f69aeb.tar.bz2
cru-13f76127fe0e3371b8748ceb38485b6237f69aeb.zip
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt1
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()