From 97b79eeb86eedee57630b8d29f6eeab08ccb02b0 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 30 Nov 2014 13:05:19 +0100 Subject: add flatbuffer support and use that for the handshake --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 common/CMakeLists.txt (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 0000000..2ceacf8 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(commands) -- cgit v1.2.3