Files
cmake/Tests/RunCMake/CompilerLauncher/C-special-args-cppcheck.cmake
Tyler Yankee 721eb8a5a2 cmCommonTargetGenerator: Improve launcher shell conversion
Encapsulate the shell escaping logic in `cmCommonTargetGenerator` and
represent launchers via a vector of strings (as is done with custom
commands, execute process commands, etc.) to make them easier to work
with.

This facilitates work in a future commit which will reuse this pathway.

Issue: #27598, #27402
2026-09-21 13:45:54 -04:00

4 lines
161 B
CMake

# Lint tools run the launcher through "cmake -E __run_co_compile --launcher=...".
set(CMAKE_C_CPPCHECK "${CMAKE_COMMAND};-E;true")
include(C-special-args.cmake)