aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/geographiclib/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/geographiclib/usage')
-rw-r--r--vcpkg/ports/geographiclib/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/geographiclib/usage b/vcpkg/ports/geographiclib/usage
new file mode 100644
index 0000000..b483443
--- /dev/null
+++ b/vcpkg/ports/geographiclib/usage
@@ -0,0 +1,4 @@
+The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
+
+ find_package (GeographicLib CONFIG REQUIRED)
+ target_link_libraries (main PRIVATE ${GeographicLib_LIBRARIES})