Skip to content

Commit

Permalink
Link unit tests statically
Browse files Browse the repository at this point in the history
  • Loading branch information
Nocte- committed Sep 23, 2015
1 parent 15333ba commit b45ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(Boost 1.46 REQUIRED COMPONENTS unit_test_framework)

include_directories(${Boost_INCLUDE_DIRS})

target_link_libraries(${EXE} rhea ${Boost_LIBRARIES})
target_link_libraries(${EXE} rhea-s ${Boost_LIBRARIES})
if(BUILD_COVERAGE AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
target_link_libraries(${EXE} -fprofile-arcs -ftest-coverage)
endif()
Expand Down

0 comments on commit b45ccb3

Please sign in to comment.