mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
9 lines
506 B
Plaintext
9 lines
506 B
Plaintext
= Code Generation
|
|
|
|
Code generation can be useful to create source code in different languages from a common description file. This can reduce the amount of manual code to write and increase interoperability.
|
|
|
|
Examples showing code generation using variables from CMake and also using some common tools.
|
|
|
|
* link:configure-files[configure-file] - Using the CMake configure_file function to inject CMake variables.
|
|
* link:protobuf[Protocol Buffers] - Using Google Protocol Buffers to generate C++ source.
|