There was an error while loading. Please reload this page.
1 parent c383517 commit 9ce092dCopy full SHA for 9ce092d
1 file changed
examples/demo/CMakeLists.txt
@@ -9,6 +9,7 @@ function(add_demo source_file)
9
${DEMO_TARGET_NAME} PROPERTIES
10
OUTPUT_NAME ${name}
11
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/examples
12
+ VS_DEBUGGER_WORKING_DIRECTORY "$<TARGET_FILE_DIR:${DEMO_TARGET_NAME}>"
13
)
14
get_filename_component(ext ${source_file} EXT)
15
if(ext STREQUAL ".c")
0 commit comments