summaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 20:35:10 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 22:03:09 +0200
commit2429266e3ec3c541d4eec10e6f828b422d056dbd (patch)
tree6df935435cc06683e7b17a0cb09f11606499736a /swaymsg
parentMerge pull request #284 from gpyh/master (diff)
downloadsway-2429266e3ec3c541d4eec10e6f828b422d056dbd.tar.gz
sway-2429266e3ec3c541d4eec10e6f828b422d056dbd.tar.zst
sway-2429266e3ec3c541d4eec10e6f828b422d056dbd.zip
cmake: convert all cmake commands to lowercase
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt
index 79af0f3e..2dcdfede 100644
--- a/swaymsg/CMakeLists.txt
+++ b/swaymsg/CMakeLists.txt
@@ -2,8 +2,8 @@ project(swaymsg)
2 2
3set(CMAKE_CURRENT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/../bin/) 3set(CMAKE_CURRENT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/../bin/)
4 4
5FILE(GLOB sources ${PROJECT_SOURCE_DIR}/*.c) 5file(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
6FILE(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c) 6file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
7 7
8add_executable(swaymsg 8add_executable(swaymsg
9 ${sources} 9 ${sources}