mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 03:30:39 -06:00
3 lines
49 B
CMake
3 lines
49 B
CMake
add_custom_target(foo)
|
|
add_dependencies(foo bar)
|