mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
631de847c4
* [glslang] update port * fix path * Update ports/glslang/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version tree --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
5 lines
321 B
Plaintext
5 lines
321 B
Plaintext
glslang provides CMake targets:
|
|
|
|
find_package(glslang CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE glslang::OSDependent glslang::glslang glslang::MachineIndependent glslang::GenericCodeGen glslang::glslang-default-resource-limits glslang::OGLCompiler glslang::SPVRemapper glslang::SPIRV glslang::HLSL)
|