mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
6 lines
104 B
CMake
6 lines
104 B
CMake
|
|
enable_language(C)
|
|
|
|
add_library(empty empty.c)
|
|
target_sources(empty PRIVATE empty.$<COMPILE_LANGUAGE>)
|