summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-02 15:19:48 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-02 15:19:48 +0100
commit9c31df56c894892f20a30dc336cfe608b14679e0 (patch)
tree6b6d56d2aa714874daf914344f60ac8b89dbc8de /common/CMakeLists.txt
parent1ff1928f58f860d71210032d5f0a8e69eb482d2a (diff)
downloadsink-9c31df56c894892f20a30dc336cfe608b14679e0.tar.gz
sink-9c31df56c894892f20a30dc336cfe608b14679e0.zip
consolidate command writing to avoid duplicating those 4 lines everywhere
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 6533e28..d409828 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -3,6 +3,7 @@ generate_flatbuffers(commands/handshake
3 commands/revisionupdate) 3 commands/revisionupdate)
4 4
5set(command_SRCS 5set(command_SRCS
6 commands.cpp
6 console.cpp 7 console.cpp
7 ${CMAKE_CURRENT_BINARY_DIR}/commands/handshake_generated.h) 8 ${CMAKE_CURRENT_BINARY_DIR}/commands/handshake_generated.h)
8 9