Skip to content

Commit

Permalink
GLSLang: compile as std17, to allow using recent Vulkan SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 11, 2024
1 parent e3a728d commit 3508cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlugIns/GLSLang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_library(Plugin_GLSLangProgramManager ${OGRE_LIB_TYPE} ${HEADER_FILES} src/Og
target_include_directories(Plugin_GLSLangProgramManager PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
$<INSTALL_INTERFACE:include/OGRE/Plugins/GLSLang>)
target_compile_features(Plugin_GLSLangProgramManager PRIVATE cxx_std_17)

if(ANDROID)
target_include_directories(Plugin_GLSLangProgramManager SYSTEM PRIVATE
Expand Down

0 comments on commit 3508cc8

Please sign in to comment.