Closed harrysummer closed 7 years ago
Add install script for users to do
cmake --build . --target Install
Users can then import the library later by writing
target_link_libraries (project_name quadprog)
in their CMakeLists.txt.
Thanks for your contribution
Add install script for users to do
Users can then import the library later by writing
in their CMakeLists.txt.