Replies: 6 comments 19 replies
-
The filelists don't need a rationale: readability, simplification |
Beta Was this translation helpful? Give feedback.
-
Include path shall be added to srecord library. Executable shall depend on it. No need to handle it per exe. rationale: Modern CMake |
Beta Was this translation helpful? Give feedback.
-
Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of setting each property separately. rationale: readability, simplification P.S.
|
Beta Was this translation helpful? Give feedback.
-
Dependency to gcrypt: rationale: readability, simplification, Modern CMake |
Beta Was this translation helpful? Give feedback.
-
What's the benefit of adding ccache, is it worth it? rationale: complexity, maintainability |
Beta Was this translation helpful? Give feedback.
-
In PR !32 I added a We should test with different settings to detect warnings (not implemented at the moment, just using compiler default). I think providing a profile and/or toolchain files should be better. They could be used in CI and by users/developers. The profiles should even be supported by IDEs directly to choose what you want to compiler. |
Beta Was this translation helpful? Give feedback.
-
Let's discuss several CMake topics in detail.
Let's start with those prototyped by @oceanofthelost and those thing already there
Beta Was this translation helpful? Give feedback.
All reactions