Home | History | Annotate | Download | only in libevent

Lines Matching refs:cmake

2 # Libevent CMake project
18 # cmake -G "Visual Studio 10" ..
49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
150 "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
245 # - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-a-static-runtime
938 ${CMAKE_CURRENT_SOURCE_DIR}/event-config.h.cmake
943 ${CMAKE_CURRENT_SOURCE_DIR}/evconfig-private.h.cmake
1404 # On some platforms doing exec(unset) as CMake does won't work, so make sure
1456 "${CMAKE_INSTALL_PREFIX}/lib/cmake/libevent")
1468 configure_file(${PROJECT_SOURCE_DIR}/cmake/LibeventConfig.cmake.in
1469 "${dir}/LibeventConfig.cmake"
1488 configure_file(${PROJECT_SOURCE_DIR}/cmake/LibeventConfigVersion.cmake.in
1489 ${PROJECT_BINARY_DIR}/LibeventConfigVersion.cmake
1504 ${PROJECT_BINARY_DIR}/${CMAKE_FILES_DIRECTORY}/LibeventConfig.cmake
1505 ${PROJECT_BINARY_DIR}/LibeventConfigVersion.cmake
1541 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
1542 configure_file(${PROJECT_SOURCE_DIR}/cmake/Uninstall.cmake.in
1543 ${PROJECT_BINARY_DIR}/Uninstall.cmake
1547 COMMAND ${CMAKE_COMMAND} -P ${PROJECT_BINARY_DIR}/Uninstall.cmake)