diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-26 21:43:58 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-26 21:43:58 +0800 |
commit | 38aca5bc750b0679dd7f2b7bb5e5a0b6f983dd8b (patch) | |
tree | 1d5ed476d05fc277cf48215cf8037851259b45c3 /demos/platform/graphics/CMakeLists.txt | |
parent | 57763bb30b86737810bdd8458ba62b378481b994 (diff) | |
download | cru-38aca5bc750b0679dd7f2b7bb5e5a0b6f983dd8b.tar.gz cru-38aca5bc750b0679dd7f2b7bb5e5a0b6f983dd8b.tar.bz2 cru-38aca5bc750b0679dd7f2b7bb5e5a0b6f983dd8b.zip |
Organize platform graphics demo.
Diffstat (limited to 'demos/platform/graphics/CMakeLists.txt')
-rw-r--r-- | demos/platform/graphics/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/platform/graphics/CMakeLists.txt b/demos/platform/graphics/CMakeLists.txt index e2a96c09..ff5f64a5 100644 --- a/demos/platform/graphics/CMakeLists.txt +++ b/demos/platform/graphics/CMakeLists.txt @@ -1,5 +1,6 @@ add_library(CruDemoPlatformGraphicsBase INTERFACE) target_link_libraries(CruDemoPlatformGraphicsBase INTERFACE CruPlatformGraphicsBootstrap) +target_sources(CruDemoPlatformGraphicsBase INTERFACE Base.cpp) add_executable(CruDemoPlatformGraphicsDrawCircle DrawCircle.cpp) target_link_libraries(CruDemoPlatformGraphicsDrawCircle PRIVATE CruDemoPlatformGraphicsBase) |