drogonCMS-cmake into main branch that replaces make plus other things #1

Merged
sharpetronics merged 36 commits from drogonCMS-cmake into master 2024-01-18 19:01:07 -05:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit f619516c6b - Show all commits

View File

@ -46,7 +46,7 @@ This is what my build commands look like in Geany IDE with **BSD CMake Tools**.
| Name | Command | Working Directory |
| ----------- | ------------------ | -------------------------------------------------------------------- |
| Build | cmake -DCMAKE_BUILD_TYPE=Release | /home/username/Desktop/Local-Development/cplusplus/DrogonCMS |
| Build | cmake -D CMAKE_BUILD_TYPE=Release | /home/username/Desktop/Local-Development/cplusplus/DrogonCMS |
| Make | cmake --build | /home/username/Desktop/Local-Development/cplusplus/DrogonCMS |
| Run | ./DrogonCMS | /home/username/Desktop/Local-Development/cplusplus/DrogonCMS |

View File

@ -34,6 +34,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <stdio.h>
/*#include <drogon/drogon.h>*/
/*
Static Variables