adentinger / CMakeBestPractices

A reference CMake configuration for fairly scalable open-/closed-source C/C++ projects
MIT License
2 stars 0 forks source link

Demonstrate usage of toolchain files #64

Open adentinger opened 1 year ago

adentinger commented 10 months ago

Thinking about this, toolchain files don't feel like they belong inside a CMake project. They should likely be provided externally. I'm thinking about a 'cmake-devops' submodule that would contain them.