Skip to content

Commit

Permalink
refs #77 #94 Явное подключение заголовочной части Буста в тесты
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Feb 25, 2020
1 parent 78a5da4 commit 531d327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
@@ -1,3 +1,4 @@
find_package(Boost 1.62.0 REQUIRED)
find_package(doctest 2.3.3 REQUIRED)

add_library(testutility INTERFACE)
Expand All @@ -6,6 +7,7 @@ target_include_directories(testutility INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
add_executable(burst-unit-tests test_main.cpp)
target_link_libraries(burst-unit-tests
PRIVATE
Boost::boost
Burst::burst
doctest::doctest
testutility
Expand Down

0 comments on commit 531d327

Please sign in to comment.