aboutsummaryrefslogtreecommitdiff
path: root/demos/Graphics/CMakeLists.txt
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-23 23:23:38 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-23 23:23:38 +0800
commitf76b47291ac164ec0169f721dab5b1b0fe016322 (patch)
tree74a4bdaf8fa977942de92eb7019be666802130ef /demos/Graphics/CMakeLists.txt
parentfcd9eff000a967e16a0a987609210fba4a92dd0c (diff)
downloadcru-f76b47291ac164ec0169f721dab5b1b0fe016322.tar.gz
cru-f76b47291ac164ec0169f721dab5b1b0fe016322.tar.bz2
cru-f76b47291ac164ec0169f721dab5b1b0fe016322.zip
Organize platform demo.
Diffstat (limited to 'demos/Graphics/CMakeLists.txt')
-rw-r--r--demos/Graphics/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/demos/Graphics/CMakeLists.txt b/demos/Graphics/CMakeLists.txt
deleted file mode 100644
index 64982a19..00000000
--- a/demos/Graphics/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-add_library(CruDemoGraphicsBase INTERFACE)
-target_link_libraries(CruDemoGraphicsBase INTERFACE CruPlatformGraphicsBootstrap)
-
-add_executable(CruDemoGraphicsDrawCircle DrawCircle.cpp)
-target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE CruDemoGraphicsBase)
-
-add_executable(CruDemoGraphicsSvgPath SvgPath.cpp)
-target_link_libraries(CruDemoGraphicsSvgPath PRIVATE CruDemoGraphicsBase)