[coco.generic] Apply project-wide build options (#3016)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 11 Feb 2019 00:23:09 +0000 (09:23 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 11 Feb 2019 00:23:09 +0000 (09:23 +0900)
With this commit, project-wide build(compile) options are applied to
coco_generic library.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/generic/CMakeLists.txt

index e881447..46cb5c1 100644 (file)
@@ -6,6 +6,7 @@ add_library(coco_generic SHARED ${SOURCES})
 target_include_directories(coco_generic PUBLIC include)
 target_link_libraries(coco_generic PUBLIC coco_core)
 target_link_libraries(coco_generic PRIVATE stdex)
+target_link_libraries(coco_generic PRIVATE nncc_common)
 
 nncc_find_package(GTest QUIET)