gcontini
2020-05-03 8d7d51f6a300d132110e18e4b884b10b9fbe3aa6
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)