cornelius / libkode

C++ code generation library
8 stars 11 forks source link

CMake project and Github Actions CI #18

Closed winterheart closed 4 years ago

winterheart commented 4 years ago

Added cmake project files (#3) and CI based on Github Actions (partially addressed for #1).

Currently Github Actions CI supports this matrix:

Target Linux / gcc macOS / clang Windows / vs2019
cmake yes yes yes
qmake yes yes no
martonmiklos commented 4 years ago

Hello @winterheart

Thank you very much for your contribution, we deeply appreciate your work!

I have merged your changes, by squashing the last 3 commits together to keep the commit history tidy.