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
3 changed files with 5 additions and 4 deletions
Showing only changes of commit a911189edd - Show all commits

7
.gitignore vendored
View File

@ -15,6 +15,7 @@ autom4te.cache
/autoscan.log /autoscan.log
/autoscan-*.log /autoscan-*.log
/aclocal.m4 /aclocal.m4
build
/compile /compile
/config.cache /config.cache
/config.guess /config.guess
@ -30,7 +31,7 @@ autom4te.cache
/stamp-h1 /stamp-h1
configure~ configure~
build-aux build-aux
build/
cmake_install.cmake cmake_install.cmake
CTestTestfile.cmake CTestTestfile.cmake
CMakeFiles/ CMakeFiles/
@ -67,8 +68,8 @@ m4/lt~obsolete.m4
/drogon_dashboard /drogon_dashboard
/DrogonCMS /DrogonCMS
vendors/drogon/local-api-server/build/local-drogon-api-server vendors/drogon/local-api-server/local-drogon-api-server
vendors/drogon/local-api-server/test/local-server_test
# Generated Makefile # Generated Makefile
# (meta build system like autotools, # (meta build system like autotools,

View File

@ -103,7 +103,7 @@ add_definitions(${GTK4_CFLAGS_OTHER} ${ADW_CFLAGS_OTHER})
add_executable(DrogonCMS src/base.c) add_executable(DrogonCMS src/base.c)
# Include drogon source code locally # Include drogon source code locally
add_subdirectory(vendors/drogon/local-api-server/build/) add_subdirectory(vendors/drogon/local-api-server/)
# This is a "default" library, and will match the *** variable setting. # This is a "default" library, and will match the *** variable setting.
# Other common choices are STATIC, SHARED, and MODULE # Other common choices are STATIC, SHARED, and MODULE