Skip to content

Commit 6d6146b

Browse files
committed
Now .navis file will be added automatically to the Nabla project
1 parent ac6698b commit 6d6146b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/nbl/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ set(NABLA_SRCS_COMMON
305305
${NBL_UI_SOURCES}
306306
)
307307

308+
if(MSVC AND NBL_BUILD_TOOLS)
309+
list(APPEND NABLA_SRCS_COMMON "${PROJECT_SOURCE_DIR}/tools/debug/VisualStudio/DynamicArrayVisualizer.natvis")
310+
endif()
311+
308312
if (NBL_EMBED_BUILTIN_RESOURCES)
309313
list(APPEND NABLA_SRCS_COMMON "${CMAKE_BINARY_DIR}/src/nbl/builtin/builtinResourceData.cpp")
310314
endif()

0 commit comments

Comments
 (0)