Merge options cmake into general cmake file (#6989)
authorGereon Kremer <nafur42@gmail.com>
Fri, 6 Aug 2021 18:55:18 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 18:55:18 +0000 (18:55 +0000)
commitc8bc4881d4f3bf54258b0f01280fbda23a1dd651
tree7212c1a3c0b98589a0e15f6f32b86523a09fa540
parente04248ec858c97b8d716796f87ed42078a953967
Merge options cmake into general cmake file (#6989)

This PR removes options/CMakeLists.txt and merges its contents into src/CMakeLists.txt and does some generalization in the mkoptions.py script. This prepares the whole setup so that we can also generate options code in other directories than options/ easily in the future: parts of the options code will be moved to the main folder.
src/CMakeLists.txt
src/options/CMakeLists.txt [deleted file]
src/options/mkoptions.py
src/options/module_template.cpp
src/options/module_template.h