0

I am trying to link against cppnetlib-0.9.4 ,but I don't know what argument to pass to find_package in CMake for using the libraries?

3
  • How To Find Libraries. Commented Jun 3, 2013 at 5:32
  • I have added my libcppnetlib-client-connections.a ,libcppnetlib-server-parsers.a and libcppnetlib-uri.a to /usr/lib in my cmake I have find_package(Boost REQUIRED date_time system filesystem thread regex serialization wserialization program_options)
    – Sarfraj
    Commented Jun 3, 2013 at 6:01
  • now what name I should add to find_packege(),as I seen if library name is libboost_regex.a ,the cmake contains find_packege(Boost REQUIRED regex); what it will be in my case?
    – Sarfraj
    Commented Jun 3, 2013 at 6:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.