aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYoungho Kim <melchi45@gmail.com>2019-05-10 09:14:27 +0900
committerVictor Romero <romerosanchezv@gmail.com>2019-05-09 17:14:26 -0700
commit442d5c1b543d94b1902a17da597891104bab170e (patch)
tree4d764106ff16dd4bd6bb012783025a3569fa3b23 /scripts
parent010e88c647f591d8bf0ed38004883291caeab8d4 (diff)
downloadvcpkg-442d5c1b543d94b1902a17da597891104bab170e.tar.gz
vcpkg-442d5c1b543d94b1902a17da597891104bab170e.zip
[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
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions