From 34a64e6ffefaab007578932ddbab931a25f1d56e Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 15 May 2022 14:15:31 +0800 Subject: ... --- demos/graphics/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/graphics/CMakeLists.txt') 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) -- cgit v1.2.3