mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -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})
|