mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
80f8da23a8
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * add usage * update version * add pc * update version * add pc * update version
7 lines
303 B
CMake
7 lines
303 B
CMake
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}")
|