Establish rootston headers & main

This commit is contained in:
Drew DeVault 2017-09-22 20:24:32 -04:00
parent 06ae9e7c9f
commit 550748681d
11 changed files with 826 additions and 0 deletions

7
rootston/meson.build Normal file
View file

@ -0,0 +1,7 @@
executable(
'rooston', [
'main.c',
'config.c',
'ini.c',
], dependencies: wlroots
)