mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:38:59 +08:00
8 lines
281 B
CMake
8 lines
281 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(Threads)
|
||
|
|
||
|
foreach(targets OGLCompiler OSDependent glslang glslang-default-resource-limits glslangValidator HLSL SPIRV spirv-remap SPVRemapper)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/${targets}Targets.cmake" OPTIONAL)
|
||
|
endforeach()
|