added connection impl class
This commit is contained in:
+2
-1
@@ -9,6 +9,7 @@ FetchContent_Declare(
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
|
||||
add_executable(tests builder.cpp
|
||||
connection.cpp)
|
||||
connection.cpp
|
||||
record.cpp)
|
||||
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain matador)
|
||||
target_include_directories(tests PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/include)
|
||||
Reference in New Issue
Block a user