gerion0 / mesoncmake

Demostration for mix of CMake + Meson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meson-CMake demo project

Build

with CMake:

cd subprojects/app
mkdir build; cd build
cmake .. -GNinja -DSDK="$PWD/../../sdk"
ninja

with Meson:

meson setup build; cd build
ninja subprojects/app/app

License

All code in this repo is in the public domain.

About

Demostration for mix of CMake + Meson


Languages

Language:Meson 56.5%Language:CMake 29.9%Language:C 13.6%