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:
Corentin Wallez
2017-07-10 19:08:46 -04:00
committed by Corentin Wallez
parent fd589f3919
commit 6fb3aebf0c
5 changed files with 25 additions and 6 deletions

View File

@@ -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)