vcpkg/ports/qt5-modularscripts/portfile.cmake

10 lines
295 B
CMake
Raw Normal View History

file(COPY
${CMAKE_CURRENT_LIST_DIR}/fixcmake.py
${CMAKE_CURRENT_LIST_DIR}/qt_modular_library.cmake
DESTINATION
${CURRENT_PACKAGES_DIR}/share/qt5modularscripts
)
file(WRITE ${CURRENT_PACKAGES_DIR}/share/qt5modularscripts/copyright "")
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)