Update CMakeLists.txt

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

View File

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