Skip to content

Commit

Permalink
dev(cmake): fix hlsl dependency detection
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jan 9, 2025
1 parent 2854ee3 commit 650a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function(inspect_hlsl_imports FILE VARIABLE REQUESTING_FILE)
#message(${FILE} " - Added: " ${HLSL_PATH})
# message(${FILE} " - List: " ${CACHE_ENTRY})
# recursive
inspect_hlsl_imports(${HLSL_PATH} CHILD_DEPENDENCIES, ${FILE})
inspect_hlsl_imports(${HLSL_PATH} CHILD_DEPENDENCIES ${FILE})
# message(${FILE} " - Adding children from " ${HLSL_PATH} ": " ${TEMP_CACHE_ENTRY})
list(APPEND CACHE_ENTRY ${CHILD_DEPENDENCIES})
# message(${FILE} " - Added children from " ${HLSL_PATH} ": " ${CACHE_ENTRY})
Expand Down

0 comments on commit 650a1b7

Please sign in to comment.