eiskaltdcpp/eiskaltdcpp
CMakeLists.txt
:25
CHECK_FUNCTION_EXISTS (daemon HAVE_DAEMON)
CHECK_FUNCTION_EXISTS (daemon HAVE_DAEMON)
add_definitions(-DHAVE_DAEMON)
endif(HAVE_DAEMON)
check_library_exists(
c
daemon
""
HAVE_DAEMON
)