mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-15 23:28:34 +03:00
TMP / added REQUIRED to find_program; cmake is now detected by pre-commit.py; fixed makefile problem
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Compiles GLSL shaders to SPV files
|
||||
|
||||
find_package(Vulkan COMPONENTS glslc REQUIRED)
|
||||
find_program(glslc_EXECUTABLE NAMES glslc HINTS Vulkan::glslc)
|
||||
find_program(glslc_EXECUTABLE NAMES glslc HINTS Vulkan::glslc REQUIRED)
|
||||
|
||||
macro (get_target_property_or var target prop default)
|
||||
get_property(__is_set TARGET ${target} PROPERTY ${prop} SET)
|
||||
|
||||
Reference in New Issue
Block a user