Skip to content

Commit

Permalink
Fix build dependencies (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Feb 22, 2020
1 parent 3453a13 commit 4fefafd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ if (SEARCH_ORCANIA_R)
include_directories(${orcania_BINARY_DIR})
endif ()
target_link_libraries(rhonabwy ${LIBS} ${ORCANIA_LIBRARIES})
set(LIBS ${LIBS} ${ORCANIA_LIBRARIES})
endif ()

option(SEARCH_YDER_R "Search for YDER library" ON)
Expand All @@ -165,6 +166,7 @@ if (SEARCH_YDER_R)
include_directories(${yder_BINARY_DIR})
endif ()
target_link_libraries(rhonabwy ${LIBS} ${YDER_LIBRARIES})
set(LIBS ${LIBS} ${YDER_LIBRARIES})
endif ()

option(SEARCH_ULFIUS_R "Search for ULFIUS library" ON)
Expand All @@ -189,6 +191,7 @@ if (SEARCH_ULFIUS_R)
include_directories(${ulfius_BINARY_DIR})
endif ()
target_link_libraries(rhonabwy ${LIBS} ${ULFIUS_LIBRARIES})
set(LIBS ${LIBS} ${ULFIUS_LIBRARIES})
endif ()

# documentation
Expand Down

0 comments on commit 4fefafd

Please sign in to comment.