cmake: remove subprojects

This commit is contained in:
Christoph Gysin 2015-12-01 22:37:08 +02:00
parent 92a3538381
commit c9ce15aa18
4 changed files with 14 additions and 22 deletions

View file

@ -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}