From 13f76127fe0e3371b8748ceb38485b6237f69aeb Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 13 Dec 2021 21:36:45 +0800 Subject: ... --- demos/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/CMakeLists.txt') 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() -- cgit v1.2.3