mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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
4 lines
161 B
CMake
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)
|