mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-22 06:31:29 -06:00
6 lines
131 B
CMake
6 lines
131 B
CMake
enable_language(CXX)
|
|
add_library(foo foo.cpp)
|
|
|
|
set_target_properties(foo PROPERTIES
|
|
VS_DEBUGGER_COMMAND "my-debugger-command")
|