From 2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 1 Dec 2014 11:54:37 +0100 Subject: send revision updates from resource to client this includes an initial revision message on connect --- common/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/CMakeLists.txt') 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 @@ project(toynadicommon) -generate_flatbuffers(commands/handshake) +generate_flatbuffers(commands/handshake + commands/revisionupdate) set(command_SRCS console.cpp -- cgit v1.2.3