You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klamav/src/klammail/CMakeLists.txt

21 lines
374 B

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${LIBCLAMAV_INCLUDE_DIR}
)
##### klammail (executable)
tde_add_executable( klammail AUTOMOC
SOURCES
clamdmail.c options.c output.c memory.c cfgparser.c client.c
LINK
${LIBCLAMAV_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)