diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
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 | ||
5 | set(command_SRCS | 5 | set(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 | ||