gcontini
2020-11-14 f4e683fc6bd6ac76f9979f49d737588b6ddf16b0
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)