Rewrite includes in tests to use library's include paths

This commit is contained in:
Martin Hořeňovský
2019-12-02 12:23:10 +01:00
parent 82cc5bc034
commit 90e2549cec
45 changed files with 67 additions and 69 deletions

View File

@@ -88,8 +88,6 @@ include(CTest)
add_executable(SelfTest ${TEST_SOURCES})
target_link_libraries(SelfTest PRIVATE Catch2)
# Fixme!
target_include_directories(SelfTest PRIVATE ${SOURCES_DIR})
# It took CMake until 3.8 to abandon the doomed approach of enumerating
# required features so we just list bunch of C++11 and C++14 features.