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?
Asked
Active
Viewed 167 times
0

Raghu Srikanth Reddy
- 2,703
- 33
- 29
- 42

Sarfraj
- 312
- 1
- 5
- 16
-
[How To Find Libraries](http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries). – Peter Wood Jun 03 '13 at 05: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 Jun 03 '13 at 06: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 Jun 03 '13 at 06:05