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 Out– Open AI - Opting Out2013-06-03 05:32:26 +00:00Commented 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– Sarfraj2013-06-03 06:01:05 +00:00Commented 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– Sarfraj2013-06-03 06:05:23 +00:00Commented Jun 3, 2013 at 6:05
Add a comment
|