diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 20:35:10 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 22:03:09 +0200 |
commit | 2429266e3ec3c541d4eec10e6f828b422d056dbd (patch) | |
tree | 6df935435cc06683e7b17a0cb09f11606499736a /swaymsg | |
parent | 76a3868ce8b4b43bb45bb69daa47bd0e25ce9255 (diff) |
cmake: convert all cmake commands to lowercase
Diffstat (limited to 'swaymsg')
-rw-r--r-- | swaymsg/CMakeLists.txt | 4 |
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) set(CMAKE_CURRENT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/../bin/) -FILE(GLOB sources ${PROJECT_SOURCE_DIR}/*.c) -FILE(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c) +file(GLOB sources ${PROJECT_SOURCE_DIR}/*.c) +file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c) add_executable(swaymsg ${sources} |