summaryrefslogtreecommitdiff
path: root/res/Embed.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'res/Embed.cmake')
-rw-r--r--res/Embed.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Embed.cmake b/res/Embed.cmake
index fe859dbc..70ac10ed 100644
--- a/res/Embed.cmake
+++ b/res/Embed.cmake
@@ -100,7 +100,7 @@ function (embed_make)
100 # Collect resources in a single binary file. 100 # Collect resources in a single binary file.
101 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr) 101 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr)
102 file (REMOVE ${EMB_BIN}) 102 file (REMOVE ${EMB_BIN})
103 list (LENGTH ARGV fileCount) 103 list (LENGTH ARGV fileCount)
104 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV} 104 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV}
105 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} 105 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
106 OUTPUT_VARIABLE fileSizes 106 OUTPUT_VARIABLE fileSizes