mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
234a069de3
Avoid enabling languages in cases that do not need them.
3 lines
75 B
CMake
3 lines
75 B
CMake
add_library(empty)
|
|
target_sources(empty PRIVATE empty.$<COMPILE_LANGUAGE>)
|