diff options
Diffstat (limited to 'demos/graphics')
-rw-r--r-- | demos/graphics/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |