vcpkg/ports/qt5-winextras/portfile.cmake
angelmixu d808514c9d
[poco] bin and debug/bin directories should also be removed on macOS (#9798)
* [poco] bin and debug/bin directories should also be removed on macOS

* white space for rebuild

* updated platform comparison
2020-02-04 14:49:41 -08:00

6 lines
200 B
CMake

if (NOT VCPKG_TARGET_IS_WINDOWS)
message(FATAL_ERROR "qt5-winextras only support Windows.")
endif()
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
qt_submodule_installation()