vectorclass / version2

Vector class library, latest version
Apache License 2.0
1.3k stars 148 forks source link

Proposal - add CMake / Colcon support #72

Closed roncapat closed 1 year ago

roncapat commented 1 year ago

Question to the maintainers:

Would you accept a PR restructuring the package as a CMake header-only lib? This way, it would be a start in terms of proper integration in external project (I plan to use this library for example in robotics, there's a framework called ROS 2 that would benefit from CMake + Colcon integration).

It might be done also without moving around files around, just adding a basic CMakeLists.txt so that an external project can use FetchContent to include this package at build time.

AgnerF commented 1 year ago

The vector class library is already a header-only library. People have many different wishes for frameworks. I do not want to bind the vector class library to any specific framework, but it is always possible to make a fork of the library for a specific purpose.