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