cmake/Tests/RunCMake/CMP0028/CMP0028-NEW.cmake

6 lines
112 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
cmake_policy(SET CMP0028 NEW)
add_library(foo empty.cpp)
target_link_libraries(foo PRIVATE External::Library)