diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-05 23:42:40 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-05 23:42:40 +0100 |
commit | 0bd3c1a89ad73ce46a4bfe9b9676ddae0d23c603 (patch) | |
tree | 9275dd7ab39961d86a1915506e11ec195cfc034e | |
parent | 33c4721685deda70dedab2ab755198d8e810013b (diff) | |
download | swaybg-0bd3c1a89ad73ce46a4bfe9b9676ddae0d23c603.tar.gz swaybg-0bd3c1a89ad73ce46a4bfe9b9676ddae0d23c603.tar.bz2 |
Fix whitespace issues.
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6809837..c5efae9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,12 +20,12 @@ target_link_libraries(swaybg ) if (WITH_GDK_PIXBUF) - include_directories( - ${GDK_PIXBUF_INCLUDE_DIRS} - ) - target_link_libraries(swaybg - ${GDK_PIXBUF_LIBRARIES} - ) + include_directories( + ${GDK_PIXBUF_INCLUDE_DIRS} + ) + target_link_libraries(swaybg + ${GDK_PIXBUF_LIBRARIES} + ) endif() install( |