From 2145308fff868b3b0c234d242db4c47ff9607fa3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 15 May 2022 13:35:50 +0800 Subject: ... --- demos/graphics/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/graphics') diff --git a/demos/graphics/CMakeLists.txt b/demos/graphics/CMakeLists.txt index 2ecd88bc..3a249b1d 100644 --- a/demos/graphics/CMakeLists.txt +++ b/demos/graphics/CMakeLists.txt @@ -1,3 +1,3 @@ -add_executable(cru_demo_graphics_draw_circle DrawCircle.cpp) +add_executable(CruDemoGraphicsDrawCircle DrawCircle.cpp) -target_link_libraries(cru_demo_graphics_draw_circle PRIVATE cru_demo_base) +target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE cru_demo_base) -- cgit v1.2.3