From 5c1853e421cdbe85e230f27d494cebb2bdac7b18 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 28 Sep 2025 17:19:32 +0800 Subject: Revert "Remove add resource." This reverts commit 18c64a5e92f7d8583cb091881deae7611a2bce98. --- demos/ScrollView/CMakeLists.txt | 1 + demos/main/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'demos') diff --git a/demos/ScrollView/CMakeLists.txt b/demos/ScrollView/CMakeLists.txt index cfa99ebd..8b34f5d8 100644 --- a/demos/ScrollView/CMakeLists.txt +++ b/demos/ScrollView/CMakeLists.txt @@ -8,4 +8,5 @@ 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 9a30e2f4..2da90405 100644 --- a/demos/main/CMakeLists.txt +++ b/demos/main/CMakeLists.txt @@ -8,4 +8,5 @@ if(APPLE) ) endif() +target_add_resources(CruDemoMain cru/ui) target_link_libraries(CruDemoMain PRIVATE CruDemoBase CruUi) -- cgit v1.2.3