Alex 'AdUser' Z
9 years ago
3 changed files with 4 additions and 1 deletions
@ -1,8 +1,9 @@
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON) |
||||
|
||||
set(SOURCES "main.c" "logfile.c" "log.c" "matches.c" "ipaddr.c" "filelist.c" "regexps_posix.c" "config.c" "jail.c") |
||||
set(SOURCES "main.c" "logfile.c" "log.c" "matches.c" "ipaddr.c" "filelist.c" "regexps_posix.c" "config.c" "jail.c" "backend.c") |
||||
|
||||
add_executable(f2b ${SOURCES}) |
||||
target_link_libraries(f2b "dl") |
||||
|
||||
install(TARGETS f2b |
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") |
||||
|
Loading…
Reference in new issue