Add optional database support (can't build these directly)
This commit is contained in:
@@ -115,6 +115,13 @@ if(ENABLE_SSL) # wolfssl
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(TRUE) # Database support
|
||||||
|
# PostGreSQL
|
||||||
|
find_package("libpqxx" OPTIONAL)
|
||||||
|
# MariaDB
|
||||||
|
find_package("libmariadb" OPTIONAL)
|
||||||
|
endif()
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------#
|
#--------------------------------------------------------------------------------#
|
||||||
# Project
|
# Project
|
||||||
#--------------------------------------------------------------------------------#
|
#--------------------------------------------------------------------------------#
|
||||||
|
|||||||
Reference in New Issue
Block a user