Skip to content

Commit

Permalink
Disable runtime and samples building of shady
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
  • Loading branch information
TheJackiMonster committed Jan 13, 2024
1 parent 3abd5b1 commit aeb9553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/shader_compiler/config/Shady.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if (${shady_status})

set(EXTERNAL_JSON_C_INCLUDE ${JSON_C_INCLUDE_DIR} CACHE INTERNAL "")

set(BUILD_RUNTIME OFF CACHE INTERNAL "")
set(BUILD_SAMPLES OFF CACHE INTERNAL "")

add_subdirectory(${vkcv_shader_compiler_lib}/shady)

if (vkcv_build_attribute EQUAL "SHARED")
Expand Down
2 changes: 1 addition & 1 deletion modules/shader_compiler/lib/shady

0 comments on commit aeb9553

Please sign in to comment.