Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Devsh-Graphics-Programming/Nabla …
Browse files Browse the repository at this point in the history
…into hlsl
  • Loading branch information
AnastaZIuk committed Jun 7, 2023
2 parents 442ebbc + ae03bc5 commit 2212de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbl/builtin/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function(ADD_CUSTOM_BUILTIN_RESOURCES _TARGET_NAME_ _BUNDLE_NAME_ _BUNDLE_SEARCH
LIST_RESOURCE_FOR_ARCHIVER("${_CURRENT_ALIAS_}" "${_FILE_SIZE_}" "${_ITR_}")
endforeach()
else()
message(FATAL_ERROR "!") # TODO: set GENERATED property, therefore we could turn some input into output and list it as builtin resource
message(FATAL_ERROR "You have requested '${NBL_BUILTIN_RESOURCE_ABS_PATH}' to be builtin resource but it doesn't exist!") # TODO: set GENERATED property, therefore we could turn some input into output and list it as builtin resource
endif()

math(EXPR _ITR_ "${_ITR_} + 1")
Expand Down

0 comments on commit 2212de5

Please sign in to comment.