Add Protobuf

This commit is contained in:
Florian Märkl 2018-11-23 21:06:16 +01:00
commit 1f6209e638
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
8 changed files with 454 additions and 2 deletions

View file

@ -5,6 +5,8 @@ project(chiaki)
option(CHIAKI_ENABLE_TESTS "Enable tests for Chiaki" ON)
add_subdirectory(third-party)
add_subdirectory(lib)
add_subdirectory(gui)