mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Better namespace CMake folders for Visual Studio
This helps Visual Studio users have less clutter in their solution explorer. This also updates spirv-tools to a newer version that folders itself. This also updates spirv-headers so that spirv-tools compiles.
This commit is contained in:
committed by
Corentin Wallez
parent
fd589f3919
commit
6fb3aebf0c
@@ -27,4 +27,4 @@ list(APPEND COMMON_SOURCES
|
||||
|
||||
add_library(nxt_common STATIC ${COMMON_SOURCES})
|
||||
target_include_directories(nxt_common PUBLIC ${SRC_DIR})
|
||||
NXTInternalTarget("src" nxt_common)
|
||||
NXTInternalTarget("" nxt_common)
|
||||
|
||||
Reference in New Issue
Block a user