diff options
author | crupest <crupest@outlook.com> | 2021-12-14 21:34:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-14 21:34:59 +0800 |
commit | fa3794469430b4ddfe0b0ca62850e9911c99b558 (patch) | |
tree | 2cd038280f9fa21ae5c64b82730624d801208292 /demos/CMakeLists.txt | |
parent | 72abeb9c86d768a5c6a9a2d28dab037b145b7390 (diff) | |
download | cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.gz cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.bz2 cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.zip |
...
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) |