Skip to content
Snippets Groups Projects
Commit e85dc86a authored by jotpio's avatar jotpio
Browse files
parents d8e43572 52378b6f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -4,7 +4,9 @@
set(target ${PROJECT_NAME})
add_library(${target} STATIC)
find_package(biotracker-interfaces 0.2 REQUIRED)
if( CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR )
find_package(biotracker-interfaces 0.2 REQUIRED)
endif()
target_link_libraries(${target} biotracker-interfaces)
find_package(Boost REQUIRED system filesystem chrono timer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment