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

refactor(CLI11): use submodule instead of plain source code (Resolves #15) #21

Closed jo-bru closed 3 years ago

jo-bru commented 3 years ago

For now, the simplest and cleanest solution seems to be including external projects as submodules. By using this approach, the source files of the external libraries must be manually included in the Makefile. This can be simplified in the future by using Cmake.

I thought this might be a bit simpler than describing how to get the source code and defining the corresponding location.

iomz commented 3 years ago

lol the check failed 😂

jo-bru commented 3 years ago

yes, I'm having trouble with renaming the lib dir, because it includes submodules..but I'll get there 😂

jo-bru commented 3 years ago

finally..😂 sorry for the mess