Not sure if this is really required, but maybe allowing the user to include configuration directly into the CMakeLists.txt file could provide more flexibility. One solution could be to allow including cmake configuration files, so that no weird syntax is required. One could go from allowing the inclusion of cmake contents before, after or mid sections in the CMakeLists.txt.
Not sure if this is really required, but maybe allowing the user to include configuration directly into the
CMakeLists.txtfile could provide more flexibility. One solution could be to allow including cmake configuration files, so that no weird syntax is required. One could go from allowing the inclusion of cmake contents before, after or mid sections in theCMakeLists.txt.