I'm looking into using Cmake with the keil c166 toolchain.
Does anyone has experience with doing this? I think it should be possible to make it work, since we're now using gnu make to build our code. And Cmake produces gnu makefiles. Does anyone has an example he can share? Espicially how do you tell Cmake to use the c166 toolchain.
Some background info: I have used cmake before for linux applications and found it to be very useful. - compiler / toolchain specifics can be "encapsulated" pretty well - It supports directory hierarchies. - Can be used as the project file in eclipse, which is the IDE we're moving to.
Thanks for the help,
Bob