diff --git a/CMakeLists.txt b/CMakeLists.txt index c81350a..4c09dd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 #--------------------------------------------------------------------------------#