axmol/thirdparty/c-ares/include/CMakeLists.txt

9 lines
408 B
CMake
Raw Normal View History

2020-11-16 14:47:43 +08:00
# Write ares_build.h configuration file. This is an installed file.
CONFIGURE_FILE (ares_build.h.cmake ${PROJECT_BINARY_DIR}/ares_build.h)
# Headers installation target
IF (CARES_INSTALL)
2021-10-26 16:21:14 +08:00
SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h ares_dns.h ares_nameser.h)
2020-11-16 14:47:43 +08:00
INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
ENDIF ()