mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06:00
Added new policy CMP0046 which requires dependencies added by add_dependencies() to actually exist.
3 lines
49 B
CMake
3 lines
49 B
CMake
add_custom_target(foo)
|
|
add_dependencies(foo bar)
|