Enabled CMake target debugging.
(requires CMake Tools extension for VSCode)
This commit is contained in:
parent
bc0308223c
commit
a7d6d803a1
|
|
@ -0,0 +1,4 @@
|
||||||
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
|
{
|
||||||
|
"cmake.experimental.enableTargetDebugging": true
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
include(CMakeToolsHelpers OPTIONAL)
|
||||||
|
|
||||||
project(unit-tests)
|
project(unit-tests)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue