diff options
author | crupest <crupest@outlook.com> | 2022-02-28 23:21:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-28 23:21:01 +0800 |
commit | a310733b429a99aff14d840f6de663a685917d00 (patch) | |
tree | b2457142a4df70589dc036061ff7dc005750b62b /demos/CMakeLists.txt | |
parent | 5b891e26f0510d8bd62c01a9e03ca677341cf74f (diff) | |
download | cru-a310733b429a99aff14d840f6de663a685917d00.tar.gz cru-a310733b429a99aff14d840f6de663a685917d00.tar.bz2 cru-a310733b429a99aff14d840f6de663a685917d00.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 f2df325d..f2f781bd 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -7,11 +7,13 @@ if(WIN32) add_subdirectory(scroll_view) add_subdirectory(input_method) + add_subdirectory(svg_path) elseif(APPLE) add_subdirectory(main) add_subdirectory(scroll_view) add_subdirectory(input_method) + add_subdirectory(svg_path) elseif(UNIX) add_subdirectory(xcb) endif() |