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