Youngho Kim
|
442d5c1b54
|
[cpr] added find_package for cpr on install (#3185)
* added find_package for cpr on install
How to use:
find_package ( CPR REQUIRED )
if ( CPR_FOUND )
message ( STATUS "CPR_INCLUDE_DIRS = ${CPR_INCLUDE_DIRS}" )
message ( STATUS "CPR_LIBRARIES = ${CPR_LIBRARIES}" )
include_directories ( ${CPR_INCLUDE_DIRS} )
endif ( CPR_FOUND )
* [cpr] Provide config and targets files
|
2019-05-09 17:14:26 -07:00 |
|
Alexej Harm
|
b5ae25cf3d
|
[cpr] Changed library linkage to static. (#5705)
* [cpr] Changed library linkage to static.
* [cpr] Removed unintentional file.
* [cpr] Cleanup and bump version
|
2019-03-21 10:15:37 -07:00 |
|
Robert Schumacher
|
d026905ae9
|
[cpr] Enable dynamic builds via CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
|
2017-06-20 15:37:30 -07:00 |
|
Michael Offel
|
7b5093984f
|
make copy less verbose
|
2017-06-20 02:17:56 +02:00 |
|
Michael Offel
|
5ff2ec2032
|
add c++ requests 1.3.0 port
|
2017-06-20 01:59:25 +02:00 |
|