aboutsummaryrefslogtreecommitdiff
path: root/demos/graphics/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-08 21:36:57 +0800
committercrupest <crupest@outlook.com>2022-05-08 21:36:57 +0800
commit195007d4f00dd2c04a0f2859a8bfff7632a45530 (patch)
tree2f12a344a5d4fc50f18946dec988cdd50ad88069 /demos/graphics/CMakeLists.txt
parenta1bbc5da1fb0ae4842a54d89136a784832a76978 (diff)
downloadcru-195007d4f00dd2c04a0f2859a8bfff7632a45530.tar.gz
cru-195007d4f00dd2c04a0f2859a8bfff7632a45530.tar.bz2
cru-195007d4f00dd2c04a0f2859a8bfff7632a45530.zip
...
Diffstat (limited to 'demos/graphics/CMakeLists.txt')
-rw-r--r--demos/graphics/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/graphics/CMakeLists.txt b/demos/graphics/CMakeLists.txt
new file mode 100644
index 00000000..2ecd88bc
--- /dev/null
+++ b/demos/graphics/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_executable(cru_demo_graphics_draw_circle DrawCircle.cpp)
+
+target_link_libraries(cru_demo_graphics_draw_circle PRIVATE cru_demo_base)