We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ae614 commit b888543Copy full SHA for b888543
cmake/Macro.cmake
@@ -117,15 +117,15 @@ function(ae2f_Macro_Lib_V prm_namespace prm_name prm_prefix
117
ae2f_CoreLibTentConfigCustom(
118
${prm_name} ${prm_prefix} ${prm_include_dir}
119
${prm_namespace} ${prm_config_file}
120
- ${ARGN}
+ ${ARGN} ${files-src}
121
)
122
else()
123
file(GLOB_RECURSE ofiles-inc "${prm_inc_out_dir}/*${prm_inc_out_ext}")
124
125
126
${prm_name} INTERFACE ${prm_include_dir}
127
128
- ${ofiles-inc}
+ ${ofiles-inc} ${}
129
${ARGN}
130
131
endif()
0 commit comments