Skip to content

Commit 5b81228

Browse files
committed
Исправил копирование natvis
1 parent 1ceba4f commit 5b81228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (${CMAKE_BUILD_TYPE} STREQUAL Debug)
5757
add_custom_command(
5858
TARGET simstr_simstr PRE_BUILD
5959
COMMAND ${CMAKE_COMMAND} -E copy
60-
${CMAKE_SOURCE_DIR}/for_debug/simstr.natvis
60+
${CMAKE_CURRENT_SOURCE_DIR}/for_debug/simstr.natvis
6161
${CMAKE_CURRENT_BINARY_DIR}/simstr.natvis
6262
)
6363
target_link_options(simstr_simstr PUBLIC "/natvis:simstr.natvis")

0 commit comments

Comments
 (0)