mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Fix various typos (#8769)
This commit is contained in:
@@ -22,7 +22,7 @@ def create_pybind_library(
|
||||
|
||||
Outputs:
|
||||
<name>_pybind_library - A pybind_library that functions like a header-only cc_library. It will include all
|
||||
of the extra_hdrs, resolve the include paths, and add a dependency on the semiwrap headrs
|
||||
of the extra_hdrs, resolve the include paths, and add a dependency on the semiwrap headers
|
||||
<install_path + extension_name> - A pybind_extension that wraps the pybind_library and compiles all the source files.
|
||||
|
||||
Params:
|
||||
|
||||
Reference in New Issue
Block a user