mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
3 lines
54 B
CMake
3 lines
54 B
CMake
set(tgt_srcs empty.cpp)
|
|
add_library(tgt \${tgt_srcs})
|