Skip to content

Commit ea9d5e2

Browse files
committed
sort files in CMakeLists.txt
1 parent ae7e8e1 commit ea9d5e2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindings/Sofa/src/SofaPython3/Sofa/Helper/Binding_MessageDispatcher.cpp

Whitespace-only changes.

bindings/Sofa/src/SofaPython3/Sofa/Helper/Binding_MessageDispatcher.h

Whitespace-only changes.

bindings/Sofa/src/SofaPython3/Sofa/Helper/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
project(Bindings.Sofa.Helper)
22

33
set(HEADER_FILES
4+
${CMAKE_CURRENT_SOURCE_DIR}/Binding_MessageHandler.h
45
${CMAKE_CURRENT_SOURCE_DIR}/Binding_Utils.h
56
${CMAKE_CURRENT_SOURCE_DIR}/Binding_Vector.h
6-
${CMAKE_CURRENT_SOURCE_DIR}/System/Submodule_System.h
7-
${CMAKE_CURRENT_SOURCE_DIR}/Binding_MessageHandler.h
87
${CMAKE_CURRENT_SOURCE_DIR}/System/Binding_FileRepository.h
8+
${CMAKE_CURRENT_SOURCE_DIR}/System/Submodule_System.h
99
)
1010

1111
set(SOURCE_FILES
12-
${CMAKE_CURRENT_SOURCE_DIR}/Submodule_Helper.cpp
1312
${CMAKE_CURRENT_SOURCE_DIR}/Binding_MessageHandler.cpp
1413
${CMAKE_CURRENT_SOURCE_DIR}/Binding_Utils.cpp
1514
${CMAKE_CURRENT_SOURCE_DIR}/Binding_Vector.cpp
16-
${CMAKE_CURRENT_SOURCE_DIR}/System/Submodule_System.cpp
15+
${CMAKE_CURRENT_SOURCE_DIR}/Submodule_Helper.cpp
1716
${CMAKE_CURRENT_SOURCE_DIR}/System/Binding_FileRepository.cpp
17+
${CMAKE_CURRENT_SOURCE_DIR}/System/Submodule_System.cpp
1818
)
1919

2020
sofa_find_package(Sofa.Core REQUIRED)

0 commit comments

Comments
 (0)