|
string | author = "Davide Faconti <davide.faconti@gmail.com>" |
|
dictionary | default_options = {"shared": False} |
|
string | description = "This C++ library provides a framework to create BehaviorTrees. It was designed to be flexible, easy to use and fast." |
|
string | exports = "LICENSE" |
|
tuple | exports_sources = ("cmake/*", "include/*", "src/*", "3rdparty/*", "CMakeLists.txt") |
|
string | generators = "cmake" |
|
string | license = "MIT" |
|
string | name = "BehaviorTree.CPP" |
|
dictionary | options = {"shared": [True, False]} |
|
string | requires = "cppzmq/4.3.0@bincrafters/stable" |
|
string | settings = "os" |
|
tuple | topics = ("conan", "behaviortree", "ai", "robotics", "games", "coordination") |
|
string | url = "https://github.com/BehaviorTree/BehaviorTree.CPP" |
|
Definition at line 11 of file conanfile.py.
def conanfile.BehaviorTreeConan._configure_cmake |
( |
|
self | ) |
|
|
private |
Create CMake instance and execute configure step
Definition at line 34 of file conanfile.py.
def conanfile.BehaviorTreeConan.build |
( |
|
self | ) |
|
Configure, build and install BehaviorTree using CMake.
Definition at line 43 of file conanfile.py.
def conanfile.BehaviorTreeConan.configure |
( |
|
self | ) |
|
def conanfile.BehaviorTreeConan.package |
( |
|
self | ) |
|
Copy BehaviorTree artifacts to package folder
Definition at line 58 of file conanfile.py.
def conanfile.BehaviorTreeConan.package_info |
( |
|
self | ) |
|
Collect built libraries names and solve pthread path.
Definition at line 65 of file conanfile.py.
string conanfile.BehaviorTreeConan.author = "Davide Faconti <davide.faconti@gmail.com>" |
|
static |
dictionary conanfile.BehaviorTreeConan.default_options = {"shared": False} |
|
static |
string conanfile.BehaviorTreeConan.description = "This C++ library provides a framework to create BehaviorTrees. It was designed to be flexible, easy to use and fast." |
|
static |
string conanfile.BehaviorTreeConan.exports = "LICENSE" |
|
static |
tuple conanfile.BehaviorTreeConan.exports_sources = ("cmake/*", "include/*", "src/*", "3rdparty/*", "CMakeLists.txt") |
|
static |
string conanfile.BehaviorTreeConan.generators = "cmake" |
|
static |
string conanfile.BehaviorTreeConan.license = "MIT" |
|
static |
string conanfile.BehaviorTreeConan.name = "BehaviorTree.CPP" |
|
static |
dictionary conanfile.BehaviorTreeConan.options = {"shared": [True, False]} |
|
static |
string conanfile.BehaviorTreeConan.requires = "cppzmq/4.3.0@bincrafters/stable" |
|
static |
string conanfile.BehaviorTreeConan.settings = "os" |
|
static |
tuple conanfile.BehaviorTreeConan.topics = ("conan", "behaviortree", "ai", "robotics", "games", "coordination") |
|
static |
string conanfile.BehaviorTreeConan.url = "https://github.com/BehaviorTree/BehaviorTree.CPP" |
|
static |
The documentation for this class was generated from the following file: