aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/readline/portfile.cmake
blob: a9543d16b826cce2b549d4b7bd25f9eb95748a80 (plain)
1
2
3
4
5
6
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
    message(FATAL_ERROR "No implementation of readline is currently available for UWP targets")
endif()

set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
FILE(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")