Skip to content

Commit

Permalink
Add DXSC to DirectXShaderCompiler
Browse files Browse the repository at this point in the history
Signed-off-by: Akio Gaule <[email protected]>
  • Loading branch information
akioCL committed Jun 30, 2024
1 parent c744591 commit 094cfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ add_library(${TARGET_WITH_NAMESPACE} INTERFACE IMPORTED GLOBAL)
set(${MY_NAME}_BIN_RUNTIME_DEPENDENCIES
${${MY_NAME}_BINARY_DIR}/dxc
${${MY_NAME}_BINARY_DIR}/dxc-3.7
${${MY_NAME}_BINARY_DIR}/dxsc
)
ly_add_target_files(TARGETS ${TARGET_WITH_NAMESPACE} OUTPUT_SUBDIRECTORY "${output_subfolder}/bin" FILES ${${MY_NAME}_BIN_RUNTIME_DEPENDENCIES})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ add_library(${TARGET_WITH_NAMESPACE} INTERFACE IMPORTED GLOBAL)
set(${MY_NAME}_BIN_RUNTIME_DEPENDENCIES
${${MY_NAME}_BINARY_DIR}/dxc
${${MY_NAME}_BINARY_DIR}/dxc-3.7
${${MY_NAME}_BINARY_DIR}/dxsc
)
ly_add_target_files(TARGETS ${TARGET_WITH_NAMESPACE} OUTPUT_SUBDIRECTORY "${output_subfolder}/bin" FILES ${${MY_NAME}_BIN_RUNTIME_DEPENDENCIES})

Expand Down

0 comments on commit 094cfee

Please sign in to comment.