aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/usage
blob: e177b11f63bd7da5a44e87885b5907d981046419 (plain)
1
2
3
4
The package python3 is compatible with built-in CMake targets:

    find_package(Python3 COMPONENTS Development REQUIRED)
    target_link_libraries(main PRIVATE Python3::Python)