Skip to content

Commit

Permalink
cmake: add ironwail .natvis to msvc project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 26, 2023
1 parent 03ed808 commit 8e81522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ else()
"${SRC}/Windows/QuakeSpasm.ico"
"${SRC}/Windows/QuakeSpasm.rc"
)

if(PROJECT_IRONWAIL AND MSVC)
set(OTHER_FILES
${OTHER_FILES}
"${SRC}/Windows/VisualStudio/ironwail.natvis"
)
endif()
endif()

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 8e81522

Please sign in to comment.