cmake: Move compile flags into separate files by stotko · Pull Request #16 · stotko/stdgpu (original) (raw)
The compile flags and C++ standard were previously set in the main CMakeLists.txt. Move them into separate files to improve the readability of the main file and allow for easier handling/changes in the future.
This also implicitly enables the usage of compiler specific extensions which may be useful in some scenarios but should be used carefully.