aboutsummaryrefslogtreecommitdiff
path: root/ports/geographiclib/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/geographiclib/usage')
-rw-r--r--ports/geographiclib/usage8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/geographiclib/usage b/ports/geographiclib/usage
new file mode 100644
index 000000000..7ba01a433
--- /dev/null
+++ b/ports/geographiclib/usage
@@ -0,0 +1,8 @@
+The package geographiclib:x64-linux provides CMake targets:
+
+ find_package(GeographicLib CONFIG REQUIRED)
+ #dynamic
+ target_link_libraries(main PRIVATE GeographicLib GeographicLib::GeographicLib)
+ #static
+ target_link_libraries(main PRIVATE GeographicLib_STATIC GeographicLib::GeographicLib_STATIC)
+ \ No newline at end of file