aboutsummaryrefslogtreecommitdiff
path: root/ports/bigint/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/bigint/usage')
-rw-r--r--ports/bigint/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/bigint/usage b/ports/bigint/usage
new file mode 100644
index 000000000..cf9dc6474
--- /dev/null
+++ b/ports/bigint/usage
@@ -0,0 +1,5 @@
+The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
+
+ find_package(@PORT@ CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${BIGINT_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${BIGINT_LIBRARIES})