add cpm #24

Merged
sharpetronics merged 1 commits from drogonCMS-cmake into master 2024-01-24 00:32:43 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ oDinZu WenKi(Charles) https://liberapay.com/oDinZu/
* Cambalache https://gitlab.gnome.org/jpu/cambalache
* C References https://en.cppreference.com/w/c
* CMake Documentation https://cmake.org/cmake/help/book/mastering-cmake/index.html
* CPM Make Github https://github.com/cpm-cmake/CPM.cmake#snippets
* Drogon Web Server https://github.com/drogonframework/drogon
* Geany IDE https://www.geany.org/
* Gio Documentation https://docs.gtk.org/gio/index.html

View File

@ -8,7 +8,7 @@
//port: server port, 5432 by default;
"port": 5432,
//dbname: Database name;
"dbname": "",
"dbname": "drogoncmsdb",
//schema: valid for postgreSQL, "public" by default;
"schema": "public",
//user: User name