added postgres backend
This commit is contained in:
+2
-1
@@ -31,5 +31,6 @@ target_link_libraries(tests PRIVATE
|
||||
Catch2::Catch2WithMain
|
||||
matador
|
||||
${CMAKE_DL_LIBS}
|
||||
${SQLite3_LIBRARIES})
|
||||
${SQLite3_LIBRARIES}
|
||||
${PostgreSQL_LIBRARY})
|
||||
target_include_directories(tests PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/include)
|
||||
Reference in New Issue
Block a user