mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Add spirv-cross to tools directory (#4532)
This commit is contained in:
parent
6c6516621f
commit
f5f4070c96
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user