From 99a9759f7115991aded18c1754d3de29f7e34948 Mon Sep 17 00:00:00 2001 From: Kwabena Amponsah Date: Sat, 28 Sep 2024 15:33:42 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5783653..1da1836 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ options: ## Example The project in `examples/shapes` demonstrates `cppwg` usage. We can walk through -the process with the `Rectangle` class in `examples/shapes/src/primitives` +the process with the `Rectangle` class in `examples/shapes/src/cpp/primitives` **Rectangle.hpp** @@ -86,10 +86,10 @@ To generate the wrappers: ```bash cd examples/shapes -cppwg src \ +cppwg src/cpp \ --wrapper_root wrapper \ --package_info wrapper/package_info.yaml \ - --includes src/geometry src/math_funcs src/mesh src/primitives extern/meshgen + --includes src/cpp/geometry src/cpp/math_funcs src/cpp/mesh src/cpp/primitives extern/meshgen ``` For the `Rectangle` class, this creates two files in