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 c4e3722 commit 8a01e08Copy full SHA for 8a01e08
cmake/Macro.cmake
@@ -113,15 +113,15 @@ function(ae2f_Macro_Lib_V prm_namespace prm_name prm_prefix
113
ae2f_Macro_cvrt(${file} ${prm_inc_out_dir} ${prm_inc_out_ext})
114
endforeach()
115
116
+ file(GLOB_RECURSE ofiles-inc "${prm_inc_out_dir}/*${prm_inc_out_ext}")
117
+
118
if(ae2f_MAC_BUILD)
119
ae2f_CoreLibTentConfigCustom(
120
${prm_name} ${prm_prefix} ${prm_include_dir}
121
${prm_namespace} ${prm_config_file}
- ${ARGN} ${files-src}
122
+ ${ARGN} ${files-src} ${ofiles-inc}
123
)
124
else()
- file(GLOB_RECURSE ofiles-inc "${prm_inc_out_dir}/*${prm_inc_out_ext}")
-
125
126
${prm_name} INTERFACE ${prm_include_dir}
127
0 commit comments