summaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 22:37:08 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 22:47:22 +0200
commitc9ce15aa1874f31ed21bc6890a26366c5fabc2d3 (patch)
treef8def069a1474c27cfb042736424c1a438e2271d /swaymsg
parentcmake: extract sway (diff)
downloadsway-c9ce15aa1874f31ed21bc6890a26366c5fabc2d3.tar.gz
sway-c9ce15aa1874f31ed21bc6890a26366c5fabc2d3.tar.zst
sway-c9ce15aa1874f31ed21bc6890a26366c5fabc2d3.zip
cmake: remove subprojects
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}