File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11set (DAEMON_SOURCE_GENERATOR "${CMAKE_CURRENT_LIST_FILE} " )
22get_filename_component (current_list_dir "${CMAKE_CURRENT_LIST_FILE} " DIRECTORY )
3- set (DAEMON_TEXT_EMBEDDER "${current_list_dir} /cmake/EmbedText .cmake" )
3+ set (DAEMON_FILE_EMBEDDER "${current_list_dir} /DaemonFileEmbedder .cmake" )
44
55set (DAEMON_GENERATED_SUBDIR "GeneratedSource" )
66set (DAEMON_GENERATED_DIR "${CMAKE_CURRENT_BINARY_DIR} /${DAEMON_GENERATED_SUBDIR} " )
@@ -100,7 +100,7 @@ macro(daemon_embed_files basename slug format targetname)
100100 "-DOUTPUT_FILE=${outpath} "
101101 "-DFILE_FORMAT=${format} "
102102 "-DVARIABLE_NAME=${filename_symbol} "
103- -P "${DAEMON_TEXT_EMBEDDER } "
103+ -P "${DAEMON_FILE_EMBEDDER } "
104104 MAIN_DEPENDENCY ${inpath}
105105 DEPENDS
106106 "${DAEMON_FILE_EMBEDDER} "
You can’t perform that action at this time.
0 commit comments