mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
3ae3c41810
* [boost-modular-build-helper] Support Clang --target=<value> syntax to enable Android builds (#10091) * [boost-modular-build-helper] Updating to version 1.72.0-2 * re-trigger ci test Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
12 lines
385 B
CMake
12 lines
385 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
file(
|
|
COPY
|
|
${CMAKE_CURRENT_LIST_DIR}/boost-modular-build.cmake
|
|
${CMAKE_CURRENT_LIST_DIR}/Jamroot.jam
|
|
${CMAKE_CURRENT_LIST_DIR}/nothing.bat
|
|
${CMAKE_CURRENT_LIST_DIR}/user-config.jam
|
|
${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt
|
|
DESTINATION
|
|
${CURRENT_PACKAGES_DIR}/share/boost-build
|
|
) |