aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/python3/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/python3/usage')
-rw-r--r--vcpkg/ports/python3/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/python3/usage b/vcpkg/ports/python3/usage
new file mode 100644
index 0000000..e177b11
--- /dev/null
+++ b/vcpkg/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)