diff options
author | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
commit | 34a64e6ffefaab007578932ddbab931a25f1d56e (patch) | |
tree | 541fdb8279e829a129df62288d09916bf23c9200 /demos/graphics/CMakeLists.txt | |
parent | 8ad2966933957ac5d6ff8dcd5e732736fd5e4dc6 (diff) | |
download | cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.gz cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.bz2 cru-34a64e6ffefaab007578932ddbab931a25f1d56e.zip |
...
Diffstat (limited to 'demos/graphics/CMakeLists.txt')
-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) |