cmake/Tests/RunCMake/CMP0046/CMP0046-NEW-existing-dependency.cmake

6 lines
103 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
cmake_policy(SET CMP0046 NEW)
add_custom_target(foo)
add_custom_target(bar)
add_dependencies(foo bar)