Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f2a0510

Browse files
committed
[CMake] put all python files at the same place
1 parent 6f77595 commit f2a0510

File tree

6 files changed

+2
-12
lines changed

6 files changed

+2
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
8181
ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
8282

8383
ADD_SUBDIRECTORY(src)
84-
ADD_SUBDIRECTORY(python)
8584
ADD_SUBDIRECTORY(tests)
8685

8786
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})

python/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

python/dynamic_graph/sot/dynamic_pinocchio/__init__.py

Whitespace-only changes.

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ IF(BUILD_PYTHON_INTERFACE)
4949
__init__.py
5050
humanoid_robot.py
5151
tools.py
52+
kine_romeo.py
53+
kine_romeo_small.py
5254
)
5355

5456
FOREACH(py_file ${${PY_NAME}_PYTHON})

0 commit comments

Comments
 (0)