File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ if(BTCPP_SQLITE_LOGGING)
136136endif ()
137137
138138if (BTCPP_PYTHON)
139- list (APPEND BT_SOURCE src/python_types .cpp)
139+ list (APPEND BT_SOURCE src/python/types .cpp)
140140endif ()
141141
142142######################################################
@@ -172,7 +172,7 @@ if(BTCPP_PYTHON)
172172 find_package (Python COMPONENTS Interpreter Development)
173173 find_package (pybind11 CONFIG)
174174
175- pybind11_add_module(btpy_cpp src/python_types.cpp src/python_bindings .cpp)
175+ pybind11_add_module(btpy_cpp src/python/bindings .cpp)
176176 target_compile_options (btpy_cpp PRIVATE -Wno-gnu-zero-variadic-macro-arguments)
177177 target_link_libraries (btpy_cpp PRIVATE ${BTCPP_LIBRARY} )
178178
File renamed without changes.
Original file line number Diff line number Diff line change 2929#include < pybind11/pybind11.h>
3030#include < pybind11/cast.h>
3131
32- #include " behaviortree_cpp/python_types .h"
32+ #include " behaviortree_cpp/python/types .h"
3333#endif
3434
3535#ifdef _MSC_VER
File renamed without changes.
Original file line number Diff line number Diff line change 1- #include " behaviortree_cpp/python_types .h"
1+ #include " behaviortree_cpp/python/types .h"
22
33#include < pybind11/pybind11.h>
44#include < pybind11/detail/typeid.h>
You can’t perform that action at this time.
0 commit comments