Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2021-11-17 17:22:58 +01:00 committed by GitHub
parent 06ada5be0f
commit 75890a8aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if (${DYNAMIC_ARCH})
foreach(TARGET_CORE ${DYNAMIC_CORE})
message("${TARGET_CORE}")
if (APPLE)
add_library libtmp${TARGET_CORE} $<TARGET_OBJECTS:kernel_${TARGET_CORE}>)
add_library( libtmp${TARGET_CORE} $<TARGET_OBJECTS:kernel_${TARGET_CORE}>)
list(APPEND TARGET_OBJS libtmp${TARGET_CORE})
else ()
list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:kernel_${TARGET_CORE}>")