vcpkg/ports/boost-modular-build-helper/portfile.cmake
Mark Schofield 3ae3c41810
[boost-modular-build-helper] Support Clang '--target=<value>' syntax to enable Android builds (#10285)
* [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>
2020-04-24 14:03:45 -07:00

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
)