aboutsummaryrefslogtreecommitdiff
path: root/demos/graphics/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-06 20:55:42 +0800
committercrupest <crupest@outlook.com>2023-10-06 20:55:42 +0800
commit538616817a749642836ad3b2faff16706500602e (patch)
tree4c1f00d653e7b339a4fbd505cd686993589c2c8c /demos/graphics/CMakeLists.txt
parentded4428d7286925db1f5ab9f18f549c85033839d (diff)
downloadcru-538616817a749642836ad3b2faff16706500602e.tar.gz
cru-538616817a749642836ad3b2faff16706500602e.tar.bz2
cru-538616817a749642836ad3b2faff16706500602e.zip
...
Diffstat (limited to 'demos/graphics/CMakeLists.txt')
-rw-r--r--demos/graphics/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/graphics/CMakeLists.txt b/demos/graphics/CMakeLists.txt
deleted file mode 100644
index b290ba13..00000000
--- a/demos/graphics/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_executable(CruDemoGraphicsDrawCircle DrawCircle.cpp)
-
-target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE CruDemoBase)