aboutsummaryrefslogtreecommitdiff
path: root/ports/zlib/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zlib/usage')
-rw-r--r--ports/zlib/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/zlib/usage b/ports/zlib/usage
new file mode 100644
index 000000000..39d861822
--- /dev/null
+++ b/ports/zlib/usage
@@ -0,0 +1,4 @@
+The package zlib is compatible with built-in CMake targets:
+
+ find_package(ZLIB REQUIRED)
+ target_link_libraries(main PRIVATE ZLIB::ZLIB)