Add a general key-value caching framework

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-05-03 16:20:47 +01:00
parent be673f93c6
commit c08fd08ea4
3 changed files with 77 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ base_deps = [
srcs = [ files('compton.c', 'win.c', 'c2.c', 'x.c', 'config.c', 'vsync.c', 'utils.c',
'diagnostic.c', 'string_utils.c', 'render.c', 'kernel.c', 'log.c',
'options.c', 'event.c') ]
'options.c', 'event.c', 'cache.c') ]
compton_inc = include_directories('.')
cflags = []