diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-29 12:43:04 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-29 12:43:04 +0800 |
| commit | 0b953f7f33b81491d5f3dd5df36f46d4c00891e4 (patch) | |
| tree | 543a99d369e81d6358728f0c29262c2a945aa3d5 /CMakeLists.txt | |
| parent | 81629315ea431723ef73f9d8b8471789206713b4 (diff) | |
| download | cru-0b953f7f33b81491d5f3dd5df36f46d4c00891e4.tar.gz cru-0b953f7f33b81491d5f3dd5df36f46d4c00891e4.tar.bz2 cru-0b953f7f33b81491d5f3dd5df36f46d4c00891e4.zip | |
Use scan code in sdk input.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c988aee2..bfa475a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set(CRU_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) set(CRU_ASSETS_DIR ${PROJECT_SOURCE_DIR}/assets) function(target_add_resources target res_dir) - message("Add resources for target ${target} with files ${res_dir}.") + message("Add resources files in ${res_dir} to target ${target}.") file(GLOB_RECURSE RES_SOURCES "${CRU_ASSETS_DIR}/${res_dir}/*") target_sources(${target} PUBLIC ${RES_SOURCES}) |
