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