Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Export library definitions #79

Closed
Closed
@Thordreck

Description

@Thordreck

Hi,
I think it would be nice to export some definitions used by the library so external applications can access them. For example, if the library has been compiled with ZMQ support and trees can be monitored.
Something like this could be added at the end of CMakeLists.txt:

if( ZMQ_FOUND )
    target_compile_definitions(${BEHAVIOR_TREE_LIBRARY} PUBLIC ZMQ_FOUND)
endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions