mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 20:24:43 -05:00
8 lines
233 B
CMake
Executable File
8 lines
233 B
CMake
Executable File
file(INSTALL
|
|
"${CMAKE_CURRENT_LIST_DIR}/vcpkg-port-config.cmake"
|
|
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
|
|
|
file(WRITE "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" "")
|
|
|
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|