2 lines
52 B
CMake
2 lines
52 B
CMake
add_custom_command(TARGET x APPEND DEPENDS a b c d)
|
add_custom_command(TARGET x APPEND DEPENDS a b c d)
|