YoavHaifa / WorkersRightsComputer

Half ready version
1 stars 0 forks source link

Avoid dependency on MS Visual Studio #3

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

At the moment, it seems one needs to have MS Visual Studio installed in order to build this project. Instead, it would be better to provide an appropriate CMakeLists.txt and allow CMake to generate build files for whatever compiler one wants to use.

This is relevant even if Windows is the only supported platform.