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 f21cfb14..3b65b36c 100644
--- a/res/Embed.cmake
+++ b/res/Embed.cmake
@@ -96,7 +96,7 @@ function (embed_make)
96 endforeach (fn) 96 endforeach (fn)
97 else () 97 else ()
98 # Collect resources in a single binary file. 98 # Collect resources in a single binary file.
99 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.binary) 99 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr)
100 file (REMOVE ${EMB_BIN}) 100 file (REMOVE ${EMB_BIN})
101 list (LENGTH ARGV fileCount) 101 list (LENGTH ARGV fileCount)
102 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV} 102 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV}