foundation_lib icon indicating copy to clipboard operation
foundation_lib copied to clipboard

CMake support?

Open hydexon opened this issue 7 years ago • 2 comments

Hi, i liked your library and since i use mainly Windows, its really complicated install 478MB-872MB of the Python runtime just to compile this small library, and CMake is more "small" and is widely used for C/C++ projects is more quick to set up.

I have this little quick and dirty CMakeLists.txt script based from configure.py script, i tested it in Windows 10 in a Visual Studio 2017 installation and compiled as intended (NOTE: i didn't added the test, nor the examples binaries yet).

Thanks.

hydexon avatar Feb 04 '19 02:02 hydexon

I'm not a huge CMake fan, but if you could get a build up to the same functionality as the python+ninja build I would be ok with merging it in and maintain it

mjansson avatar Feb 04 '19 19:02 mjansson

Do you have any tutorial on how to use your build system? I saw you support msvc, xcode and ninja? Are visual studio projects auto-generated?

amerkoleci avatar Apr 10 '20 17:04 amerkoleci