We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ceba4f commit 5b81228Copy full SHA for 5b81228
CMakeLists.txt
@@ -57,7 +57,7 @@ if (${CMAKE_BUILD_TYPE} STREQUAL Debug)
57
add_custom_command(
58
TARGET simstr_simstr PRE_BUILD
59
COMMAND ${CMAKE_COMMAND} -E copy
60
- ${CMAKE_SOURCE_DIR}/for_debug/simstr.natvis
+ ${CMAKE_CURRENT_SOURCE_DIR}/for_debug/simstr.natvis
61
${CMAKE_CURRENT_BINARY_DIR}/simstr.natvis
62
)
63
target_link_options(simstr_simstr PUBLIC "/natvis:simstr.natvis")
0 commit comments