mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
compile_commands.json was being written for every permutation of cross configurations. Deduplicate so only one command is output for each configuration. Fixes: #23733
4 lines
47 B
CMake
4 lines
47 B
CMake
enable_language(C)
|
|
|
|
add_executable(exe main.c)
|