CMake/Tests/RunCMake/CMP0038/CMP0038-NEW.cmake

5 lines
107 B
CMake
Raw Permalink Normal View History

2013-11-05 21:01:09 +04:00
cmake_policy(SET CMP0038 NEW)
add_library(self_link empty.cpp)
target_link_libraries(self_link self_link)