Skip to content

Commit

Permalink
Reflect EXTRA_ARGS in README.
Browse files Browse the repository at this point in the history
Related to #9

Update `README.md` to reflect all arguments for `add_zserio_library` function.

* Add `EXTRA_ARGS` argument description to the `add_zserio_library` function section.
* Mention that `EXTRA_ARGS` allows passing additional arguments to the zserio compiler.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Klebert-Engineering/zserio-cmake-helper/issues/9?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
MisterGC committed Oct 24, 2024
1 parent 349603a commit deeeada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Once the `zserio-cmake-helper` target is available, you can use the `add_zserio_
# is the entry point of your schema.
# TOP_LEVEL_PKG [pkg-name]
# Optional top-level namespace for your schema.
# EXTRA_ARGS
# Allows passing additional arguments to the zserio compiler.
#
add_zserio_library(mylib WITH_REFLECTION
ROOT path/to/mylib-schema
Expand Down

0 comments on commit deeeada

Please sign in to comment.