Skip to content

Commit

Permalink
Adjust include dir to be absolute
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 53ba48e commit f0342a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/shader_compiler/config/JSON-C.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use_git_submodule("${vkcv_shader_compiler_lib_path}/json-c" json_c_status)
if (${json_c_status})
add_subdirectory(${vkcv_shader_compiler_lib}/json-c)

set(JSON_C_INCLUDE_DIR ${vkcv_shader_compiler_lib})
set(JSON_C_INCLUDE_DIR ${vkcv_shader_compiler_lib_path})

list(APPEND vkcv_shader_compiler_libraries json-c)
list(APPEND vkcv_shader_compiler_includes ${JSON_C_INCLUDE_DIR})
list(APPEND vkcv_shader_compiler_includes ${vkcv_shader_compiler_lib})
endif ()

0 comments on commit f0342a6

Please sign in to comment.