Skip to content

Commit

Permalink
Move python bindings to separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Feb 2, 2024
1 parent 05f63bb commit 6af692b
Show file tree
Hide file tree
Showing 68 changed files with 4 additions and 3,106 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(tutorials)
add_subdirectory(bin)
if(USE_PYTHON)
message("USING PYTHON.")
add_subdirectory(bindings/python)
endif()

find_package(Doxygen)
if(DOXYGEN_FOUND)
set(doxyfile_in ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile)
Expand Down
21 changes: 0 additions & 21 deletions bindings/python/CMakeLists.txt

This file was deleted.

Empty file removed bindings/python/__init__.py
Empty file.
79 changes: 0 additions & 79 deletions bindings/python/base_types_conversion.h

This file was deleted.

14 changes: 0 additions & 14 deletions bindings/python/controllers/CMakeLists.txt

This file was deleted.

44 changes: 0 additions & 44 deletions bindings/python/controllers/controllers.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions bindings/python/controllers/controllers.hpp

This file was deleted.

13 changes: 0 additions & 13 deletions bindings/python/core/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6af692b

Please sign in to comment.