From 5b81228a03148968e8866f02abf820c32a0ea56e Mon Sep 17 00:00:00 2001 From: Aleksandr Orefkov Date: Thu, 20 Nov 2025 11:12:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20natvis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b20b27..a538be9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ if (${CMAKE_BUILD_TYPE} STREQUAL Debug) add_custom_command( TARGET simstr_simstr PRE_BUILD COMMAND ${CMAKE_COMMAND} -E copy - ${CMAKE_SOURCE_DIR}/for_debug/simstr.natvis + ${CMAKE_CURRENT_SOURCE_DIR}/for_debug/simstr.natvis ${CMAKE_CURRENT_BINARY_DIR}/simstr.natvis ) target_link_options(simstr_simstr PUBLIC "/natvis:simstr.natvis")