CMP0049-NEW.cmake 86 B

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