Introduce CMake functions for example build (#82)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Apr 2018 10:52:59 +0000 (19:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Apr 2018 10:52:59 +0000 (19:52 +0900)
commit8ee1d196568bb8ce84b4c0faac4d4c9f6353c78b
tree31671811250a8df19e94a4e1fbbf263eacd0be8c
parenteb118bf7b33fedf504add0cf76ff69f639af1f8b
Introduce CMake functions for example build (#82)

This commit introduces the following CMake functions for example build:
 - add_nncc_example_executable
 - nncc_example_link_libraries

These functions allow us to easily disable examples when measuring test
coverage.

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