vcpkg/ports/boost-vcpkg-helpers/portfile.cmake
Phoebe 4073d297e1
[boost] Install usage file (#14517)
* [boost] Install usage file

* Switch to target style

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-11-13 13:38:59 -08:00

9 lines
210 B
CMake

file(COPY
${CMAKE_CURRENT_LIST_DIR}/boost-modular-headers.cmake
${CMAKE_CURRENT_LIST_DIR}/usage
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
)
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)