4 lines
72 B
CMake
4 lines
72 B
CMake
add_custom_target(foo)
|
|
add_custom_target(bar)
|
|
add_dependencies(foo bar)
|
add_custom_target(foo)
|
|
add_custom_target(bar)
|
|
add_dependencies(foo bar)
|