Skip to content

Commit b888543

Browse files
committed
Hotfix on cmake function ae2f_Macro_Lib_V
Changes to be committed: modified: cmake/Macro.cmake
1 parent 14ae614 commit b888543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Macro.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ function(ae2f_Macro_Lib_V prm_namespace prm_name prm_prefix
117117
ae2f_CoreLibTentConfigCustom(
118118
${prm_name} ${prm_prefix} ${prm_include_dir}
119119
${prm_namespace} ${prm_config_file}
120-
${ARGN}
120+
${ARGN} ${files-src}
121121
)
122122
else()
123123
file(GLOB_RECURSE ofiles-inc "${prm_inc_out_dir}/*${prm_inc_out_ext}")
124124

125125
ae2f_CoreLibTentConfigCustom(
126126
${prm_name} INTERFACE ${prm_include_dir}
127127
${prm_namespace} ${prm_config_file}
128-
${ofiles-inc}
128+
${ofiles-inc} ${}
129129
${ARGN}
130130
)
131131
endif()

0 commit comments

Comments
 (0)