diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 22:37:08 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 22:47:22 +0200 |
commit | c9ce15aa1874f31ed21bc6890a26366c5fabc2d3 (patch) | |
tree | f8def069a1474c27cfb042736424c1a438e2271d /swaygrab | |
parent | 92a353838172c1a6d73a6ee092b346b2f14ca7cc (diff) |
cmake: remove subprojects
Diffstat (limited to 'swaygrab')
-rw-r--r-- | swaygrab/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index efe8986b..77d96412 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -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} |