mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
49b67d9cb8
* [yasm-tool] Fix usage of port to be host dependencies This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode * fix gmp * oops * versions update
6 lines
192 B
CMake
6 lines
192 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
configure_file(
|
|
"${CMAKE_CURRENT_LIST_DIR}/yasm-tool-helper.cmake.in"
|
|
"${CURRENT_PACKAGES_DIR}/share/${PORT}/yasm-tool-helper.cmake"
|
|
@ONLY)
|