facontidavide / rosx_introspection

Deserialize any ROS message, without compilation time information.
Mozilla Public License 2.0
43 stars 5 forks source link

CMakeLists.txt improvements for packaging support #9

Closed valgur closed 1 week ago

valgur commented 1 week ago

Hi! This PR proposes a few minor tweaks to the CMakeLists.txt to simplify potential packaging as a Conan (a recipe draft) or Vcpkg package.

The changes:

valgur commented 1 week ago

Also, for external use, would a rosx_introspection::rosx_introspection CMake target be ok or would you prefer a non-namespaced rosx_introspection?

facontidavide commented 1 week ago

looks good to me. Thanks for the help