added postgres backend
This commit is contained in:
@@ -20,6 +20,9 @@ message(STATUS "Adding SQLite3 libs: ${SQLite3_LIBRARIES}")
|
||||
message(STATUS "Adding MySQL include directory: ${MYSQL_INCLUDE_DIR}")
|
||||
message(STATUS "Adding MySQL libs: ${MYSQL_LIBRARY}")
|
||||
|
||||
message(STATUS "Adding PostgreSQL include directory: ${PostgreSQL_INCLUDE_DIR}")
|
||||
message(STATUS "Adding PostgreSQL libs: ${PostgreSQL_LIBRARY}")
|
||||
|
||||
message(STATUS "Common flags ${CMAKE_CXX_FLAGS}")
|
||||
message(STATUS "Debug flags ${CMAKE_CXX_FLAGS_DEBUG}")
|
||||
message(STATUS "Relase flags ${CMAKE_CXX_FLAGS_RELEASE}")
|
||||
|
||||
Reference in New Issue
Block a user