Skip to content

FreeBugs/cpp_generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_generators

Illustrates a simple approach an how to deal with generating code at build time using add_custom_command. This solution also deals with the problem that generated files may be used by multiple targets (add_library in this case) by excluding already generated files from the list of generated files with the help of a parent scope (global) list.

License

The Fair License

About

Generated files in multiple targets with CMake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published