mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 14:49:39 -06:00
Add TIClang compiler ID and support in compiler modules. Update documentation. Add rudimentary RunCMake test for TIClang to test basic functionality. Fixes: #24619
6 lines
134 B
CMake
6 lines
134 B
CMake
enable_language(C)
|
|
|
|
add_executable(exec-c)
|
|
target_sources(exec-c PRIVATE module.c)
|
|
target_link_options(exec-c PRIVATE ${LINKER_OPTS})
|