cppfw/ruis

CMake support

Closed this issue · 5 comments

Any chance to support CMake build system? The current build options are fairly limited.

I don't have plans for that.
What is your use case? What build options are you actually missing? It might be there are other solutions for those...

I'm using various GCC forks on Windows. Might use Clang at some point too. Not using MSVC and any of my toolchains is not ABI-compatible with binaries prebuild by it.

There are prebuilt pacman packages for msys2, you could use those, or even build it by yourself in msys2 with your own toolchain.
Adding pacman repo is same as described here https://github.com/igagis/svgren/blob/master/wiki/InstallMSYS.md

Then you can install morda package using pacman.

I will add those instructions to wiki shortly.

My compiler toolchain is not a part of MSYS and the compiler itself is not available in it. Even if, I still resign of this library - my entire library stack is CMake-based so I would have to write additional scripts anyway to support morda. Not worth the trouble, especially when other libraries look better suited for me.