cmake: break out bar stuff to separate CMakeLists.txt

This commit is contained in:
Daniel Eklöf 2019-02-07 12:06:16 +01:00
parent 76655bc944
commit ae5029826b
19 changed files with 95 additions and 89 deletions

View file

@ -12,7 +12,7 @@
#define LOG_MODULE "backlight"
#include "../log.h"
#include "../bar.h"
#include "../bar/bar.h"
#include "../config.h"
#include "../config-verify.h"
#include "../plugin.h"