Add log.c with info() and warn()

This commit is contained in:
Johan Malm 2020-08-12 19:37:44 +01:00
parent 5ea1527558
commit 2a17df0f8b
11 changed files with 68 additions and 17 deletions

View file

@ -6,6 +6,7 @@ rcxml_lib = static_library(
'../src/common/dir.c',
'../src/common/buf.c',
'../src/common/font.c',
'../src/common/log.c',
),
dependencies: labwc_deps,
include_directories: [labwc_inc],