File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- set (DAEMON_TEXT_EMBEDDER "${CMAKE_CURRENT_SOURCE_DIR} /cmake/EmbedText .cmake" )
1+ set (DAEMON_FILE_EMBEDDER "${CMAKE_CURRENT_SOURCE_DIR} /cmake/DaemonFileEmbedder .cmake" )
22set (DAEMON_SOURCE_GENERATOR "${CMAKE_CURRENT_SOURCE_DIR} /cmake/DaemonSourceGenerator.cmake" )
33
44set (DAEMON_GENERATED_SUBDIR "GeneratedSource" )
@@ -92,7 +92,7 @@ macro(daemon_embed_files basename slug format targetname)
9292 set (inpath "${${embed_source_dir} }/${filename} " )
9393 set (outpath "${embed_dir} /${filename_symbol}${DAEMON_GENERATED_H_EXT} " )
9494
95- set_property (SOURCE "${inpath} " APPEND PROPERTY SOURCES "${DAEMON_TEXT_EMBEDDER } " )
95+ set_property (SOURCE "${inpath} " APPEND PROPERTY SOURCES "${DAEMON_FILE_EMBEDDER } " )
9696
9797 add_custom_command (
9898 OUTPUT "${outpath} "
@@ -101,7 +101,7 @@ macro(daemon_embed_files basename slug format targetname)
101101 "-DOUTPUT_FILE=${outpath} "
102102 "-DFILE_FORMAT=${format} "
103103 "-DVARIABLE_NAME=${filename_symbol} "
104- -P "${DAEMON_TEXT_EMBEDDER } "
104+ -P "${DAEMON_FILE_EMBEDDER } "
105105 MAIN_DEPENDENCY ${inpath}
106106 )
107107
You can’t perform that action at this time.
0 commit comments