File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
include/behaviortree_cpp_v3 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5.2 ) # version on Ubuntu Xenial
1
+ cmake_minimum_required (VERSION 3.5.1 ) # version on Ubuntu Xenial
2
2
project (behaviortree_cpp_v3 )
3
3
4
4
#---- Add the subdirectory cmake ----
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5.2 )
1
+ cmake_minimum_required (VERSION 3.5.1 )
2
2
3
3
include_directories ( ../sample_nodes )
4
4
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ See examples for more information about configuring CMake correctly
113
113
#elif _WIN32
114
114
115
115
#define BT_REGISTER_NODES (factory ) \
116
- __declspec (dllexport) void BT_RegisterNodesFromPlugin(BT::BehaviorTreeFactory& factory)
116
+ extern " C " void __declspec (dllexport) BT_RegisterNodesFromPlugin(BT::BehaviorTreeFactory& factory)
117
117
#endif
118
118
119
119
#endif
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5.2 )
1
+ cmake_minimum_required (VERSION 3.5.1 )
2
2
3
3
include_directories ( ../include )
4
4
@@ -36,4 +36,4 @@ target_compile_definitions(movebase_node_dyn PRIVATE BT_PLUGIN_EXPORT )
36
36
set_target_properties (movebase_node_dyn PROPERTIES LIBRARY_OUTPUT_DIRECTORY
37
37
${BEHAVIOR_TREE_BIN_DESTINATION} )
38
38
39
-
39
+
You can’t perform that action at this time.
0 commit comments