mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
cmake: remove subprojects
This commit is contained in:
parent
92a3538381
commit
c9ce15aa18
4 changed files with 14 additions and 22 deletions
|
|
@ -1,7 +1,5 @@
|
|||
project(swaygrab)
|
||||
|
||||
file(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
|
||||
file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
|
||||
file(GLOB sources *.c)
|
||||
file(GLOB common ../common/*.c)
|
||||
|
||||
add_executable(swaygrab
|
||||
${sources}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue