diff options
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r-- | demos/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 3afb5f91..f2df325d 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -16,6 +16,8 @@ elseif(UNIX) add_subdirectory(xcb) endif() +add_subdirectory(parse) + # My computer graphics practice source codes. Needs `dlib` as dependency. if (CRU_BUILD_GRAPHICS_EXPERIMENTS) add_subdirectory(graphics_experiments) |