1
0
Fork 0
forked from fun/fun

Added some basic CGI support using kcgi plus a lot of fixes and content updates. (0.41.9)

This commit is contained in:
Johannes Findeisen 2026-05-09 10:47:33 +02:00
commit 604c415c0c
25 changed files with 407 additions and 13 deletions

1
make
View file

@ -29,6 +29,7 @@ if [ "$target" = "all" ]; then
-DFUN_WITH_JSON=ON \
-DFUN_WITH_INI=ON \
-DFUN_WITH_CPP=ON \
-DFUN_WITH_KCGI=ON \
-DFUN_WITH_OPENSSL=ON \
&& cmake --build build --target fun
elif [ "$target" = "all_debug" ]; then