diff options
Diffstat (limited to 'ports/python3/usage')
| -rw-r--r-- | ports/python3/usage | 4 |
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)
|
