mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:49:48 +08:00
4073d297e1
* [boost] Install usage file * Switch to target style Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
9 lines
210 B
CMake
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)
|