blob: 8f8603a32f356cf29fb8b58ac6b16a9cfe9fe8a0 [file] [log] [blame]
cmake_minimum_required(VERSION 3.26)
project(DebuggerSample NONE)
message("Hello CMake Debugger")
# There are concerns that because the debugger uses libuv for pipe
# communication, libuv may register a SIGCHILD handler that interferes with
# the existing handler used by kwsys process management. Test this case with a
# simple external process.
execute_process(COMMAND "${CMAKE_COMMAND}" -E echo test)