aboutsummaryrefslogtreecommitdiff
path: root/ports/gsl/usage
diff options
context:
space:
mode:
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)