[enco.core] Use project-wide build options (#3020)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 11 Feb 2019 08:09:36 +0000 (17:09 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 11 Feb 2019 08:09:36 +0000 (17:09 +0900)
With this commit, project-wide build options are applied to enco_core
library.

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

index b144ff2..30632a5 100644 (file)
@@ -18,6 +18,8 @@ target_link_libraries(enco_core PUBLIC coco_generic)
 target_link_libraries(enco_core PRIVATE pp)
 target_link_libraries(enco_core PRIVATE morph)
 target_link_libraries(enco_core PRIVATE stdex)
+# Let's use nncc project-wide build options
+target_link_libraries(enco_core PRIVATE nncc_common)
 
 nncc_find_package(GTest QUIET)