Add optional database support (can't build these directly)

This commit is contained in:
Xaymar
2026-01-16 21:00:58 +01:00
parent 0dc775b383
commit 6d0dc45082
+7
View File
@@ -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
#--------------------------------------------------------------------------------#