CMakeLists.txt 277 字节
Newer Older
1
add_custom_target(paddle_apis ALL
T
tink2123 已提交
2
                  DEPENDS paddle_v2_apis)
3 4 5

add_custom_target(paddle_docs ALL
                  DEPENDS paddle_v2_docs paddle_v2_docs_cn
6
                  paddle_mobile_docs paddle_mobile_docs_cn)
7

L
Luo Tao 已提交
8
add_subdirectory(v2)
9
add_subdirectory(mobile)