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 /src/CMakeLists.txt | |
parent | 72abeb9c86d768a5c6a9a2d28dab037b145b7390 (diff) | |
download | cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.gz cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.bz2 cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.zip |
...
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba2fbce6..5059cc82 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,3 +10,4 @@ endif() add_subdirectory(ui) +add_subdirectory(parse) |