Skip to content

Commit a8d9ea3

Browse files
committed
add vulkan-tools submodule and include it in nabla
1 parent a8f4dbb commit a8d9ea3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@
121121
[submodule "3rdparty/gtl"]
122122
path = 3rdparty/gtl
123123
url = https://github.com/greg7mdp/gtl.git
124+
[submodule "3rdparty/Vulkan-Tools"]
125+
path = 3rdparty/Vulkan-Tools
126+
url = [email protected]:Devsh-Graphics-Programming/Vulkan-Tools.git

3rdparty/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ if (NBL_BUILD_BULLET)
451451
set(BULLET_INCLUDE_PATH ${BULLET_INCLUDE_PATH} PARENT_SCOPE)
452452
endif()
453453

454+
add_library(Vulkan-Tools OBJECT "Vulkan-Tools/vulkaninfo/vulkaninfo.cpp")
455+
target_include_directories(Vulkan-Tools INTERFACE "Vulkan-Tools/vulkaninfo")
456+
454457
# Final gather
455458
set(NBL_3RDPARTY_TARGETS
456459
lzma
@@ -472,6 +475,7 @@ set(NBL_3RDPARTY_TARGETS
472475
SPIRV
473476
SPIRV-Tools-static # SPIRV-Tools-shared in case of SHARED lib
474477
SPIRV-Tools-opt
478+
Vulkan-Tools
475479
Imath
476480
freetype
477481
${NBL_MSDFGEN_TARGETS}

3rdparty/Vulkan-Tools

Submodule Vulkan-Tools added at 5568ce1

0 commit comments

Comments
 (0)