liuq / QuadProgpp

A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.
MIT License
283 stars 88 forks source link

Add install make target in CMake script #2

Closed harrysummer closed 7 years ago

harrysummer commented 8 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.

liuq commented 7 years ago

Thanks for your contribution