Interactions-HSG / xarm-grpc

A command-line interface for xArm-C++-SDK to interact with UFACTORY xArms
Eclipse Public License 2.0
5 stars 0 forks source link

Proper external library handling #15

Closed jo-bru closed 3 years ago

jo-bru commented 3 years ago

Include external libraries (e.g. CLI11, easylogging++) properly => sub-moduled or prepared by the users. [optional] create CMake files.

jo-bru commented 3 years ago

For simplicity, external projects/libraries are currently included as sub-modules in the lib directory. In the future, a more robust/clean implementation may be chosen by using Cmake. This Project might be useful for the integration of external projects.