CMakeLists.txt 276 字节
Newer Older
S
update  
superjomn 已提交
1 2 3 4 5 6
# to limit the mobile dependencies
if (NOT LITE_WITH_LIGHT_WEIGHT_FRAMEWORK)
  add_subdirectory(scripts)
  add_subdirectory(testing)
  set(PYTHON_TESTS_DIR ${PADDLE_BINARY_DIR}/python/paddle/fluid/tests CACHE INTERNAL "python tests directory")
endif()
T
Tao Luo 已提交
7
add_subdirectory(fluid)