CMP0049-OLD.cmake 86 B

12345
  1. cmake_policy(SET CMP0049 OLD)
  2. set(tgt_srcs empty.cpp)
  3. add_library(tgt \${tgt_srcs})