mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
10 lines
295 B
CMake
10 lines
295 B
CMake
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)
|