Skip to main content

Module c_cmake_codegen

Module c_cmake_codegen 

Source
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/SHARED library target.
  • Expresses inter-module dependencies via target_link_libraries.
  • Locates the synta library and sets the required C99 standard.

Structs§

CMakeConfig
Configuration for CMake file generation.

Functions§

generate_cmake
Generate a CMakeLists.txt for one or more ASN.1 modules.