Dynamic Generation of source files at configure/build time

Today, you’ll need to generate a single source that #includes all of the generated sources and then include that one (known) source in the target list. It isn’t the greatest with parallelism utilization, but without some other features in CMake, this is the best that is possible today.

1 Like