aboutsummaryrefslogtreecommitdiff
path: root/ports/gsl/usage
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-07 11:56:21 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-07 11:56:21 -0800
commita759caf15e031744e99e9718633fcc8d9a60b077 (patch)
tree74b6f53f512d12b2f34b237705768ecc60335380 /ports/gsl/usage
parent7221344fd89a46b2bb4eb300f0633c76823bee55 (diff)
downloadvcpkg-a759caf15e031744e99e9718633fcc8d9a60b077.tar.gz
vcpkg-a759caf15e031744e99e9718633fcc8d9a60b077.zip
[gsl] Fix finding release libs in debug configurations. Fixes #2982.
Diffstat (limited to 'ports/gsl/usage')
-rw-r--r--ports/gsl/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gsl/usage b/ports/gsl/usage
new file mode 100644
index 000000000..f1ae92436
--- /dev/null
+++ b/ports/gsl/usage
@@ -0,0 +1,4 @@
+The package gsl is compatible with built-in CMake targets:
+
+ find_package(GSL REQUIRED)
+ target_link_libraries(main PRIVATE GSL::gsl GSL::gslcblas)