aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
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()