mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
6 lines
86 B
CMake
6 lines
86 B
CMake
|
|
cmake_policy(SET CMP0049 NEW)
|
|
|
|
set(tgt_srcs empty.cpp)
|
|
add_library(tgt \${tgt_srcs})
|