Skip to content

Commit 8c1326c

Browse files
committed
move v2 api and capi to legacy
1 parent 982dabe commit 8c1326c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+3
-3
lines changed

paddle/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ if(NOT WITH_FLUID_ONLY)
77
add_subdirectory(legacy/parameter)
88

99
if(MOBILE_INFERENCE)
10-
add_subdirectory(capi)
10+
add_subdirectory(legacy/capi)
1111
else()
1212
add_subdirectory(legacy/pserver)
1313
add_subdirectory(trainer)
1414
add_subdirectory(scripts)
1515

1616
if(WITH_C_API)
17-
add_subdirectory(capi)
17+
add_subdirectory(legacy/capi)
1818
endif()
1919

2020
if(WITH_SWIG_PY)
21-
add_subdirectory(api)
21+
add_subdirectory(legacy/api)
2222
endif()
2323
endif()
2424
endif()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)