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?
-
How To Find Libraries.– Open AI - Opting OutCommented 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)– SarfrajCommented 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?– SarfrajCommented Jun 3, 2013 at 6:05
Add a comment
|