diff options
Diffstat (limited to 'vcpkg/ports/yasm-tool-helper/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/yasm-tool-helper/portfile.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/yasm-tool-helper/portfile.cmake b/vcpkg/ports/yasm-tool-helper/portfile.cmake new file mode 100644 index 0000000..91f4fc7 --- /dev/null +++ b/vcpkg/ports/yasm-tool-helper/portfile.cmake @@ -0,0 +1,5 @@ +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) |