Closed roncapat closed 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.
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.