diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 32e10f6..a0d3ac9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -1,5 +1,6 @@ | |||
1 | project(toynadicommon) | 1 | project(toynadicommon) |
2 | generate_flatbuffers(commands/handshake) | 2 | generate_flatbuffers(commands/handshake |
3 | commands/revisionupdate) | ||
3 | 4 | ||
4 | set(command_SRCS | 5 | set(command_SRCS |
5 | console.cpp | 6 | console.cpp |