cmake: use out-of-source build

This commit is contained in:
Christoph Gysin 2015-12-01 21:14:27 +02:00
parent a043c9030c
commit 2dedf206d7
6 changed files with 4 additions and 9 deletions

View file

@ -1,7 +1,5 @@
project(swaygrab)
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)