[cmake] Link celcompat to celutil instead of celengine

pull/3/head
Hleb Valoshka 2019-08-21 18:28:29 +03:00 committed by eyvallah
parent 4c20e54119
commit bcce84601c
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ set(CELENGINE_SOURCES
)
# The object files in the celephem directory are merged in the celengine library
add_library(celengine STATIC ${CELENGINE_SOURCES} $<TARGET_OBJECTS:celephem> $<TARGET_OBJECTS:celcompat>)
add_library(celengine STATIC ${CELENGINE_SOURCES} $<TARGET_OBJECTS:celephem>)
#[[
add_library(celengine SHARED ${CELENGINE_SOURCES})

View File

@ -30,7 +30,7 @@ if (WIN32)
)
endif()
add_library(celutil STATIC ${CELUTIL_SOURCES})
add_library(celutil STATIC ${CELUTIL_SOURCES} $<TARGET_OBJECTS:celcompat>)
#[[
add_library(celutil SHARED ${CELUTIL_SOURCES})