summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 17:13:15 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 17:13:15 +0100
commit7d4283f8f54e9836c59d6507d0cfb0464ffb9e74 (patch)
tree7d3df167b95fab4dfcfae9996ccb14c91f0502ac /CMakeLists.txt
parent77199be682daa1797a4518b3958d58c133dd88f2 (diff)
downloadgmrf-7d4283f8f54e9836c59d6507d0cfb0464ffb9e74.tar
gmrf-7d4283f8f54e9836c59d6507d0cfb0464ffb9e74.zip
Add protocol module API library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8a1c50..31d4066 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,3 +2,4 @@ cmake_minimum_required(VERSION 2.8.3)
project(GMRF C)
add_subdirectory(mmss)
+add_subdirectory(mmss-protocol)