[cmake] add lighttpd-angel

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2412 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.23
Stefan Bühler 14 years ago
parent bae697a298
commit ff1fe3a8ee

@ -424,6 +424,10 @@ SET(L_INSTALL_TARGETS)
ADD_EXECUTABLE(spawn-fcgi spawn-fcgi.c)
SET(L_INSTALL_TARGETS ${L_INSTALL_TARGETS} spawn-fcgi)
ADD_EXECUTABLE(lighttpd-angel lighttpd-angel.c)
SET(L_INSTALL_TARGETS ${L_INSTALL_TARGETS} lighttpd-angel)
ADD_TARGET_PROPERTIES(lighttpd-angel COMPILE_FLAGS "-DSBIN_DIR=\\\\\"${CMAKE_INSTALL_PREFIX}/${SBINDIR}\\\\\"")
ADD_EXECUTABLE(lighttpd
server.c
response.c

Loading…
Cancel
Save