mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
6 lines
122 B
CMake
6 lines
122 B
CMake
set(OUT_DEPENDS_LIST)
|
|
|
|
complice_tars(OUT_DEPENDS_LIST "" "")
|
|
|
|
add_custom_target(TUP-TARS ALL DEPENDS ${OUT_DEPENDS_LIST})
|