fixed catch.hpp and fakeit.hpp
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user