mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
9 lines
269 B
CMake
9 lines
269 B
CMake
|
file(COPY
|
||
|
${CMAKE_CURRENT_LIST_DIR}/ignition_modular_library.cmake
|
||
|
DESTINATION
|
||
|
${CURRENT_PACKAGES_DIR}/share/ignitionmodularscripts
|
||
|
)
|
||
|
file(WRITE ${CURRENT_PACKAGES_DIR}/share/ignitionmodularscripts/copyright "")
|
||
|
|
||
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|