[enco-cli] Apply project-wide compile options (#3011)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 8 Feb 2019 01:39:58 +0000 (10:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 8 Feb 2019 01:39:58 +0000 (10:39 +0900)
This commit applies project-wide compile options to enco-cli.

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

index 96d2419..5a43ab6 100644 (file)
@@ -7,3 +7,5 @@ target_link_libraries(enco-cli enco_intf_frontend)
 target_link_libraries(enco-cli enco_core)
 target_link_libraries(enco-cli stdex)
 target_link_libraries(enco-cli dl)
+# Let's use project-wide compile options
+target_link_libraries(enco-cli nncc_common)