Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the host executable suffix for generators
Since the generators are run at build-time, we should not use CMAKE_EXECUTABLE_SUFFIX, which is the suffix for the target platform. Instead, define CMAKE_HOST_EXECUTABLE_SUFFIX as appropriate, and use that suffix instead. This helps to address issue shader-slang#5115.
- Loading branch information