aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaygrab/CMakeLists.txt')
-rw-r--r--swaygrab/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt
index efe8986b..77d96412 100644
--- a/swaygrab/CMakeLists.txt
+++ b/swaygrab/CMakeLists.txt
@@ -1,7 +1,5 @@
1project(swaygrab) 1file(GLOB sources *.c)
2 2file(GLOB common ../common/*.c)
3file(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
4file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
5 3
6add_executable(swaygrab 4add_executable(swaygrab
7 ${sources} 5 ${sources}