gcontini
2020-05-16 ea54b844fb8d41241db5cd2088319e226cfd8b68
src/library/locate/CMakeLists.txt
@@ -7,6 +7,11 @@
    LocatorFactory.cpp
)
target_include_directories(locate PRIVATE
        $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../include>
        $<BUILD_INTERFACE:${LCC_INCLUDE_DIR}>
)
if(CODE_COVERAGE AND UNIX)
     target_compile_options(locate PUBLIC -O0 -g --coverage)
endif(CODE_COVERAGE AND UNIX)