diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-27 16:48:49 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 11:11:08 +0200 |
commit | 0b2c8bb61ad1c8fdc4e471172f49b704ca3a1ccb (patch) | |
tree | 4bc7ca776be9205b3c6c4c7e82954181edc901f0 | |
parent | 9d3f9cf28765711bfdd68dc12a725de0e18f01ab (diff) | |
download | sink-0b2c8bb61ad1c8fdc4e471172f49b704ca3a1ccb.tar.gz sink-0b2c8bb61ad1c8fdc4e471172f49b704ca3a1ccb.zip |
Forgot to compile the notification schema
-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 656f987..650691c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -8,6 +8,7 @@ generate_flatbuffers( | |||
8 | commands/modifyentity | 8 | commands/modifyentity |
9 | commands/revisionupdate | 9 | commands/revisionupdate |
10 | commands/synchronize | 10 | commands/synchronize |
11 | commands/notification | ||
11 | domain/event | 12 | domain/event |
12 | entity | 13 | entity |
13 | metadata | 14 | metadata |