Skip to content

Commit

Permalink
get boost linked to lib, sq later
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Nov 7, 2023
1 parent 6ab808b commit 260d4a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bmi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ add_library(NGen::ngen_bmi ALIAS ngen_bmi)
target_include_directories(ngen_bmi PUBLIC
${PROJECT_SOURCE_DIR}/include/
${PROJECT_SOURCE_DIR}/include/bmi
${PROJECT_SOURCE_DIR}/include/geojson
${PROJECT_SOURCE_DIR}/include/core/mediator
)

target_link_libraries(ngen_bmi PUBLIC
${CMAKE_DL_LIBS}
Boost::boost # Headers-only Boost
NGen::logging
NGen::geojson
NGen::core_mediator
)

if(NGEN_WITH_PYTHON)
Expand Down

0 comments on commit 260d4a4

Please sign in to comment.