LCQPow icon indicating copy to clipboard operation
LCQPow copied to clipboard

modify code to allow shared object used independently and some minor changes

Open hwyao opened this issue 10 months ago • 5 comments

modify code to allow shared object used independently and some minor changes:

  • update the target ${PROJECT_NAME}-shared with correct shared object linking dependency on osqp and qpOASES.
  • Correspondingly, update the way of linking in example and tests.
  • Switch gcc argument style linking to target-based linking with add_library(IMPORTED)
  • remove add_dependencies() of a target over a ExternalProject, which actually does nothing.

hwyao avatar Mar 30 '24 20:03 hwyao