mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:19:01 +08:00
10 lines
397 B
CMake
10 lines
397 B
CMake
include(vcpkg_common_functions)
|
|
|
|
if (NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|
message(FATAL_ERROR "qt5-macextras only support OSX.")
|
|
endif()
|
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
|
|
|
qt_modular_library(qtmacextras 56887c2a2d20c41a133af87aec8975e17c6335ffc51093f23a904e02a78f59a8117c7932827ca5dd33f538360e6fd9cfc9d0091c6f4c1e0b96528b5324c74033)
|