mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
cmake: convert all cmake commands to lowercase
This commit is contained in:
parent
76a3868ce8
commit
2429266e3e
5 changed files with 16 additions and 16 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue