bebenlebricolo / CMakeAS7

Fork of CMake original repository, but with additional support for Atmel Studio 7 IDE
https://gitlab.kitware.com/cmake/cmake
Other
6 stars 4 forks source link

Linux support : added AtmelStudio7Generators support on Linux ? #12

Open bebenlebricolo opened 3 years ago

bebenlebricolo commented 3 years ago
bebenlebricolo commented 2 years ago

Another big part of this is to decouple AtmelStudio7 tools from within the tests. At the moment, generators are really tied to the CMake generator's architecture and as AtmelStudio7 is a variant of Visual Studio it made sense to derive from the VStudio generators.

However these choices make this project hard to test and validate, and we may benefit to create more realistic tests and look at the generated .atsln files.

Will open another ticket for that. Linked with #44