Expand description
CMake build-system file generator for synta-generated C code.
Produces a CMakeLists.txt (full or fragment) that:
- Defines each ASN.1 module as a CMake
STATIC/SHAREDlibrary target. - Expresses inter-module dependencies via
target_link_libraries. - Locates the synta library and sets the required C99 standard.
Structs§
- CMake
Config - Configuration for CMake file generation.
Functions§
- generate_
cmake - Generate a
CMakeLists.txtfor one or more ASN.1 modules.