diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 21:14:27 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 22:03:09 +0200 |
commit | 2dedf206d79a3ce9c44c3216a2b148a2172b78fa (patch) | |
tree | 5278f21eac71a2a1049e063eb93d15e8daac03cd /swaymsg/CMakeLists.txt | |
parent | a043c9030ca974b7f4514d1158ffe926458f7732 (diff) |
cmake: use out-of-source build
Diffstat (limited to 'swaymsg/CMakeLists.txt')
-rw-r--r-- | swaymsg/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt index 9231e9f4..2671dc2c 100644 --- a/swaymsg/CMakeLists.txt +++ b/swaymsg/CMakeLists.txt @@ -1,7 +1,5 @@ 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) |