Update CMakeLists.txt
This commit is contained in:
parent
c21bf68909
commit
a140f1801f
|
@ -178,7 +178,7 @@ if (${DYNAMIC_ARCH})
|
|||
add_subdirectory(kernel)
|
||||
foreach(TARGET_CORE ${DYNAMIC_CORE})
|
||||
message("${TARGET_CORE}")
|
||||
if (APPLE)
|
||||
if (APPLEXXX)
|
||||
add_library( libtmp${TARGET_CORE} $<TARGET_OBJECTS:kernel_${TARGET_CORE}>)
|
||||
list(APPEND TARGET_OBJS "libtmp${TARGET_CORE}")
|
||||
else ()
|
||||
|
|
Loading…
Reference in New Issue