Open bmmeijers opened 6 years ago
I think it would be great if we could use cmake as a build system (to simplify the builds on our Linux server, without having to install CodeBlocks). I made an initial attempt in my fork. However, I had to remove also some includes (see: https://github.com/bmmeijers/SFCLib/commit/2c6f5bbe9538c5afe10019c6f5693c8521a03b43 ).
I guess this could be handled by setting a define inside the cmakefiles (whether compiling on windows or on linux) and decide whether to include these header files (in case they are needed on windows).
I think it would be great if we could use cmake as a build system (to simplify the builds on our Linux server, without having to install CodeBlocks). I made an initial attempt in my fork. However, I had to remove also some includes (see: https://github.com/bmmeijers/SFCLib/commit/2c6f5bbe9538c5afe10019c6f5693c8521a03b43 ).
I guess this could be handled by setting a define inside the cmakefiles (whether compiling on windows or on linux) and decide whether to include these header files (in case they are needed on windows).