Switch the cmake conifigure_file() commands to work on the headers instead of cpp files. Make use of C++17 inline initializer for the configured variables
Remove headers from the list of sources in CMakeLists.txt It generally isn't required to have the headers there and it confuses the cmake translation functions because the generated headers can't be found.
Switch the cmake conifigure_file() commands to work on the headers instead of cpp files. Make use of C++17 inline initializer for the configured variables
Remove headers from the list of sources in CMakeLists.txt It generally isn't required to have the headers there and it confuses the cmake translation functions because the generated headers can't be found.