mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 18:09:31 -06:00
6 lines
86 B
CMake
6 lines
86 B
CMake
|
|
cmake_policy(SET CMP0049 OLD)
|
|
|
|
set(tgt_srcs empty.cpp)
|
|
add_library(tgt \${tgt_srcs})
|