diff options
author | crupest <crupest@outlook.com> | 2022-01-25 18:39:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-25 18:39:14 +0800 |
commit | d3aa43d9ea0dfc32935767cf60a89af2736dc339 (patch) | |
tree | e8cf043ac6d9a2e6ce038ad6b1f57079834ef129 /demos/main | |
parent | 71c01a175a939d1a519ab235fdfdeec1101f8b84 (diff) | |
download | cru-d3aa43d9ea0dfc32935767cf60a89af2736dc339.tar.gz cru-d3aa43d9ea0dfc32935767cf60a89af2736dc339.tar.bz2 cru-d3aa43d9ea0dfc32935767cf60a89af2736dc339.zip |
...
Diffstat (limited to 'demos/main')
-rw-r--r-- | demos/main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/main/CMakeLists.txt b/demos/main/CMakeLists.txt index 6f995ee0..37801dad 100644 --- a/demos/main/CMakeLists.txt +++ b/demos/main/CMakeLists.txt @@ -8,4 +8,5 @@ if(APPLE) ) endif() +target_add_resources(demo_main cru/ui) target_link_libraries(demo_main PRIVATE cru_demo_base cru_ui) |