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, 1 insertions, 1 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index e8b84472..6e4aa297 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -11,7 +11,7 @@ if(WIN32)
add_subdirectory(InputMethod)
add_subdirectory(SvgPath)
elseif(APPLE)
- add_subdirectory(graphics)
+ add_subdirectory(Graphics/DrawCircle)
add_subdirectory(main)
add_subdirectory(ScrollView)