diff options
| author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-23 02:47:44 +0100 |
|---|---|---|
| committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-24 14:22:17 +0100 |
| commit | bb986cb33637147663c115c8b8f8bdff170f23a8 (patch) | |
| tree | 34ca3a44732114013e7357d7cd894941ea1b95be /swaybar/CMakeLists.txt | |
| parent | c8cf3f70f979a6eb373ec1ebdf8f80bc42dcd633 (diff) | |
swaybar: Separate config
Diffstat (limited to 'swaybar/CMakeLists.txt')
| -rw-r--r-- | swaybar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/CMakeLists.txt b/swaybar/CMakeLists.txt index a03ffcf4..c09cf020 100644 --- a/swaybar/CMakeLists.txt +++ b/swaybar/CMakeLists.txt @@ -8,6 +8,7 @@ include_directories( add_executable(swaybar main.c + config.c ) target_link_libraries(swaybar |
