aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
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()