Build with CMake
Has a build environment configured with CMake been considered? I've started to build this up in mbdyn and the complication lies in understanding which modules are connected, but someone with more knowledge may be able to build this up quicker.
Some advantages to CMake are
- simpler support for cross platform and cross compiler
- simpler methods for adding new files
- I'm familiar with it so I can use it easier :)
I can continue to try this out slowly, but I'm wondering if you've thought about it and decided to not go with cmake for a particular reason.
Thanks! Rafael