diff options
| author | Bradley Austin Davis <bdavis@saintandreas.org> | 2019-02-11 14:12:45 -0800 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-11 14:12:45 -0800 |
| commit | f5f4070c9659c1fa63e45fea6f74104bc5eaec42 (patch) | |
| tree | d2d11b412f4377900e2202d53af70a6f8f3f4a34 | |
| parent | 6c6516621f487a4fb3fa2d9b9417a54c3013ee23 (diff) | |
| download | vcpkg-f5f4070c9659c1fa63e45fea6f74104bc5eaec42.tar.gz vcpkg-f5f4070c9659c1fa63e45fea6f74104bc5eaec42.zip | |
Add spirv-cross to tools directory (#4532)
| -rw-r--r-- | ports/spirv-cross/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/spirv-cross/portfile.cmake b/ports/spirv-cross/portfile.cmake index 8ed881d41..6495e82bc 100644 --- a/ports/spirv-cross/portfile.cmake +++ b/ports/spirv-cross/portfile.cmake @@ -23,6 +23,9 @@ foreach(COMPONENT core cpp glsl hlsl msl reflect util) vcpkg_fixup_cmake_targets(CONFIG_PATH share/spirv_cross_${COMPONENT}/cmake TARGET_PATH share/spirv_cross_${COMPONENT}) endforeach() +file(GLOB EXES "${CURRENT_PACKAGES_DIR}/bin/*") +file(COPY ${EXES} DESTINATION ${CURRENT_PACKAGES_DIR}/tools) + # cleanup configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/spirv-cross/copyright COPYONLY) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
