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
/aclocal.m4
build
/compile
/config.cache
/config.guess
@ -30,7 +31,7 @@ autom4te.cache
/stamp-h1
configure~
build-aux
build/
cmake_install.cmake
CTestTestfile.cmake
CMakeFiles/
@ -67,8 +68,8 @@ m4/lt~obsolete.m4
/drogon_dashboard
/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
# (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)
# 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.
# Other common choices are STATIC, SHARED, and MODULE