build - CMake generate Xcode project :ld: library not found for -lQuadProgpp -


my cmake project works independently in terminal. however, when use cmake generate xcode project. cannot build project.

it says:

ld: library not found -lquadprogpp clang: error: linker command failed exit code 1 (use -v see invocation)

who can tell me problem is? , how fix problem?

thanks


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -