Zolkin1 / torc

TORC: Tools for Optimization, Robotics, and Control
1 stars 1 forks source link

Adjust Cmake to handle being installed. #4

Open Zolkin1 opened 4 months ago

Zolkin1 commented 4 months ago

We want this library to be able to be installed (and uninstalled) easily. Need to write the cmake to support this.

Zolkin1 commented 1 month ago

For now, we will just support being used through FetchContent, but in the long run, this should be installable.

Zolkin1 commented 4 weeks ago

Actually I think in the long term we should stay installable via FetchContent or CPM.