aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-28 23:21:01 +0800
committercrupest <crupest@outlook.com>2022-02-28 23:21:01 +0800
commita310733b429a99aff14d840f6de663a685917d00 (patch)
treeb2457142a4df70589dc036061ff7dc005750b62b /demos/CMakeLists.txt
parent5b891e26f0510d8bd62c01a9e03ca677341cf74f (diff)
downloadcru-a310733b429a99aff14d840f6de663a685917d00.tar.gz
cru-a310733b429a99aff14d840f6de663a685917d00.tar.bz2
cru-a310733b429a99aff14d840f6de663a685917d00.zip
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt2
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()