diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-08-18 17:38:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-08-18 17:38:21 +0800 |
commit | 18c64a5e92f7d8583cb091881deae7611a2bce98 (patch) | |
tree | 39a3cbba536096038dbd10ea6cab9b8d5c7c9144 /demos | |
parent | 43de931d00157dd01886a6d6db8f04a2b62e481c (diff) | |
download | cru-18c64a5e92f7d8583cb091881deae7611a2bce98.tar.gz cru-18c64a5e92f7d8583cb091881deae7611a2bce98.tar.bz2 cru-18c64a5e92f7d8583cb091881deae7611a2bce98.zip |
Remove add resource.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ScrollView/CMakeLists.txt | 1 | ||||
-rw-r--r-- | demos/main/CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/demos/ScrollView/CMakeLists.txt b/demos/ScrollView/CMakeLists.txt index 8b34f5d8..cfa99ebd 100644 --- a/demos/ScrollView/CMakeLists.txt +++ b/demos/ScrollView/CMakeLists.txt @@ -8,5 +8,4 @@ if(APPLE) ) endif() -target_add_resources(CruDemoScrollView cru/ui) target_link_libraries(CruDemoScrollView PRIVATE CruDemoBase CruUi) diff --git a/demos/main/CMakeLists.txt b/demos/main/CMakeLists.txt index 2da90405..9a30e2f4 100644 --- a/demos/main/CMakeLists.txt +++ b/demos/main/CMakeLists.txt @@ -8,5 +8,4 @@ if(APPLE) ) endif() -target_add_resources(CruDemoMain cru/ui) target_link_libraries(CruDemoMain PRIVATE CruDemoBase CruUi) |