CMakeLists.txt 463 字节
Newer Older
Z
zhangjinchao01 已提交
1
add_subdirectory(cuda)
H
hedaoyuan 已提交
2
add_subdirectory(function)
Z
zhangjinchao01 已提交
3
add_subdirectory(utils)
H
hedaoyuan 已提交
4
add_subdirectory(testing)
Z
zhangjinchao01 已提交
5 6 7 8 9 10 11
add_subdirectory(math)
add_subdirectory(parameter)
add_subdirectory(gserver)
add_subdirectory(pserver)
add_subdirectory(trainer)
add_subdirectory(scripts)

L
liuyuan04 已提交
12 13 14
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
    ${CMAKE_CURRENT_SOURCE_DIR}/setup.py)

Z
zhangjinchao01 已提交
15 16 17 18 19 20 21
if(WITH_PREDICT_SDK)
    add_subdirectory(predict)
endif()

if(WITH_SWIG_PY)
  add_subdirectory(api)
endif()