Skip to content

Commit 90648f3

Browse files
committed
Move file to fluid/; Edit CMakeLists.txt
1 parent 1961470 commit 90648f3

File tree

709 files changed

+7
-6
lines changed

Some content is hidden

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

709 files changed

+7
-6
lines changed

paddle/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ else()
1919
endif()
2020

2121
if(NOT ANDROID AND NOT IOS)
22-
add_subdirectory(memory)
23-
add_subdirectory(platform)
24-
add_subdirectory(framework)
25-
add_subdirectory(operators)
26-
add_subdirectory(pybind)
27-
add_subdirectory(inference)
22+
add_subdirectory(fluid)
2823
endif()
2924

3025
if(WITH_SWIG_PY)

paddle/fluid/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
add_subdirectory(memory)
2+
add_subdirectory(platform)
3+
add_subdirectory(framework)
4+
add_subdirectory(operators)
5+
add_subdirectory(pybind)
6+
add_subdirectory(inference)
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)