NordicSemiconductor / zcbor

Low footprint C/C++ CBOR library and Python tool providing code generation from CDDL descriptions.
Apache License 2.0
105 stars 34 forks source link

zcbor.py: Generate cmake files with linux paths on Windows #357

Closed oyvindronningstad closed 10 months ago

oyvindronningstad commented 10 months ago

When run on windows, zcbor.py would mix / and \ in cmake files. Cmake uses only / internally, even on Windows, so make zcbor.py generate cmake files with only /.

Signed-off-by: Øyvind Rønningstad oyvind.ronningstad@nordicsemi.no