From 7d4283f8f54e9836c59d6507d0cfb0464ffb9e74 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Mar 2013 17:13:15 +0100 Subject: Add protocol module API library --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3