[nncc/core] Do NOT link unused foundation library (#2672)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 14 Dec 2018 01:11:04 +0000 (10:11 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 14 Dec 2018 01:11:04 +0000 (10:11 +0900)
nncc_core has no implemenation/declaration that depends on
nncc_foundation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/core/CMakeLists.txt

index 688d476..532f9be 100644 (file)
@@ -8,7 +8,6 @@ add_nncc_library(nncc_core STATIC ${HEADERS} ${SOURCES})
 set_target_properties(nncc_core PROPERTIES POSITION_INDEPENDENT_CODE ON)
 set_target_properties(nncc_core PROPERTIES LINKER_LANGUAGE CXX)
 target_include_directories(nncc_core PUBLIC include)
-target_link_libraries(nncc_core PUBLIC nncc_foundation)
 
 add_nncc_test(nncc_core_test ${TESTS})
 nncc_target_link_libraries(nncc_core_test nncc_core)