CMake in stella

Stella now has (experimental) support for building with CMake.

Developing the stella CMake build system

One important consideration when developing stella is that any new files must be listed in the STELLA_SOURCES_* variables: either STELLA_SOURCES_f90 or STELLA_SOURCES_fpp as appropriate. If you add a new file and do not add it to exactly one of these variables, you will get a build error.