summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/DebuggerSample/CMakeLists.txt
blob: 8f8603a32f356cf29fb8b58ac6b16a9cfe9fe8a0 (plain)
1
2
3
4
5
6
7
8
9
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)