robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
42 stars 16 forks source link

Renamed CMake components #20

Closed diegoferigo closed 5 years ago

diegoferigo commented 5 years ago

Renamed the following components:

It should improve the understanding of the components features.

diegoferigo commented 5 years ago

And I finally managed to allow doing the following:

find_package(BlockFactory COMPONENTS Core Simulink REQUIRED)

instead of

find_package(BlockFactory COMPONENTS BlockFactoryCore BlockFactorySimulink REQUIRED)