Commit 5fca90ca by Maarten L. Hekkelman

dependency on boost unit-test added

parent 5f4c8e4a
......@@ -174,6 +174,9 @@ endif()
# test
if(ENABLE_TESTING)
# We still depend on boost for the testing headers-only library
find_package(Boost REQUIRED)
add_executable(dssp-unit-test ${PROJECT_SOURCE_DIR}/test/dssp-unit-test.cpp ${PROJECT_SOURCE_DIR}/src/dssp_wrapper.cpp)
if(USE_RSRC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment