You need to sign in or sign up before continuing.
CMakeLists.txt 376 字节
Newer Older
1 2 3 4 5
add_custom_target(paddle_apis ALL
                  DEPENDS paddle_v2_apis paddle_fluid_apis)

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

L
Luo Tao 已提交
9
add_subdirectory(v2)
10
add_subdirectory(fluid)
11
add_subdirectory(mobile)