summaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt
index 2671dc2c..7616d942 100644
--- a/swaymsg/CMakeLists.txt
+++ b/swaymsg/CMakeLists.txt
@@ -1,7 +1,5 @@
1project(swaymsg) 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(swaymsg 4add_executable(swaymsg
7 ${sources} 5 ${sources}