Use meson build system

This commit is contained in:
nyorain 2017-07-17 20:38:28 +02:00
parent ce886c0353
commit fdab81e1c9
33 changed files with 157 additions and 1001 deletions

View file

@ -1,6 +0,0 @@
add_library(wlr-util STATIC
list.c
log.c
)
target_link_libraries(wlr-util m)

4
util/meson.build Normal file
View file

@ -0,0 +1,4 @@
wlr_files += files(
'list.c',
'log.c',
)