diff options
author | crupest <crupest@outlook.com> | 2023-10-06 20:55:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-06 20:55:42 +0800 |
commit | 538616817a749642836ad3b2faff16706500602e (patch) | |
tree | 4c1f00d653e7b339a4fbd505cd686993589c2c8c /demos/CMakeLists.txt | |
parent | ded4428d7286925db1f5ab9f18f549c85033839d (diff) | |
download | cru-538616817a749642836ad3b2faff16706500602e.tar.gz cru-538616817a749642836ad3b2faff16706500602e.tar.bz2 cru-538616817a749642836ad3b2faff16706500602e.zip |
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r-- | demos/CMakeLists.txt | 2 |
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) |