diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-07 11:56:21 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-07 11:56:21 -0800 |
| commit | a759caf15e031744e99e9718633fcc8d9a60b077 (patch) | |
| tree | 74b6f53f512d12b2f34b237705768ecc60335380 /ports/gsl/usage | |
| parent | 7221344fd89a46b2bb4eb300f0633c76823bee55 (diff) | |
| download | vcpkg-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/usage | 4 |
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)
|
