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)
136
136
endif ()
137
137
138
138
if (BTCPP_PYTHON )
139
- list (APPEND BT_SOURCE src/python_types .cpp )
139
+ list (APPEND BT_SOURCE src/python/types .cpp )
140
140
endif ()
141
141
142
142
######################################################
@@ -172,7 +172,7 @@ if(BTCPP_PYTHON)
172
172
find_package (Python COMPONENTS Interpreter Development )
173
173
find_package (pybind11 CONFIG )
174
174
175
- pybind11_add_module (btpy_cpp src/python_types.cpp src/python_bindings .cpp )
175
+ pybind11_add_module (btpy_cpp src/python/bindings .cpp )
176
176
target_compile_options (btpy_cpp PRIVATE -Wno-gnu-zero-variadic-macro-arguments )
177
177
target_link_libraries (btpy_cpp PRIVATE ${BTCPP_LIBRARY} )
178
178
File renamed without changes.
Original file line number Diff line number Diff line change 29
29
#include < pybind11/pybind11.h>
30
30
#include < pybind11/cast.h>
31
31
32
- #include " behaviortree_cpp/python_types .h"
32
+ #include " behaviortree_cpp/python/types .h"
33
33
#endif
34
34
35
35
#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"
2
2
3
3
#include < pybind11/pybind11.h>
4
4
#include < pybind11/detail/typeid.h>
You can’t perform that action at this time.
0 commit comments