diff options
Diffstat (limited to 'demos/graphics')
-rw-r--r-- | demos/graphics/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/graphics/CMakeLists.txt b/demos/graphics/CMakeLists.txt index 3a249b1d..b290ba13 100644 --- a/demos/graphics/CMakeLists.txt +++ b/demos/graphics/CMakeLists.txt @@ -1,3 +1,3 @@ add_executable(CruDemoGraphicsDrawCircle DrawCircle.cpp) -target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE cru_demo_base) +target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE CruDemoBase) |