mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
[CI] (3rdparty): attempting to install glslang
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
|
||||
set(glslang_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/glslang)
|
||||
set(SPIRV-Tools_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/SPIRV-Tools)
|
||||
set(SPIRV-Tools-opt_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/SPIRV-Tools-opt)
|
||||
#set(glslang_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/glslang)
|
||||
#set(SPIRV-Tools_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/SPIRV-Tools)
|
||||
#set(SPIRV-Tools-opt_DIR /Users/swung0x48/VulkanSDK/1.4.321.0/macOS/lib/cmake/SPIRV-Tools-opt)
|
||||
#find_package(SPIRV-Tools CONFIG REQUIRED)
|
||||
#find_package(SPIRV-Tools-opt CONFIG REQUIRED)
|
||||
find_package(glslang CONFIG)
|
||||
find_package(glslang CONFIG REQUIRED)
|
||||
|
||||
add_executable(
|
||||
ProgramTest
|
||||
|
||||
Reference in New Issue
Block a user