fixed catch.hpp and fakeit.hpp

This commit is contained in:
Johannes Wendel
2019-04-25 15:23:16 +02:00
parent 6dbf10c623
commit 79e608b4d7
6 changed files with 11748 additions and 8664 deletions

View File

@@ -132,6 +132,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC Easylogging)
######################## CATCH ############################
set(CATCH_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/tests)
add_library(Catch INTERFACE)
target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})