Introduce 'nncc_coverage' interface target (#335)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 14 Jun 2018 09:20:05 +0000 (18:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 14 Jun 2018 09:20:05 +0000 (18:20 +0900)
commit0fb3f46065966e8cb5beead5d615b65e971a7120
tree249773a6acfb42ccbc03029aae170efe2456d809
parent76c1b8773387a397448c1ea1507e6e4a39ffff4b
Introduce 'nncc_coverage' interface target (#335)

This commit introduces 'nncc_coverage' interface target which propagates
compilation options for coverage build, and use it to simplify add_nncc_library
implementation.

It is possible to eliminate unnecessary link statement (to libc) inside
add_nncc_library with this commit.

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