From 77b4733272c1677e774ee8bcb43b79272673bdea Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 3 Nov 2013 13:16:16 +0100 Subject: Include protocol as a static library as well --- src/protocols/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocols/CMakeLists.txt') diff --git a/src/protocols/CMakeLists.txt b/src/protocols/CMakeLists.txt index 60bfa8e..a5be3f7 100644 --- a/src/protocols/CMakeLists.txt +++ b/src/protocols/CMakeLists.txt @@ -7,4 +7,4 @@ foreach(protocol ${PROTOCOLS}) list(APPEND PROTOCOL_SOURCES $) endforeach(protocol) -set(PROTOCOL_SOURCES "${PROTOCOL_SOURCES}" PARENT_SCOPE) +add_library(protocols STATIC ${PROTOCOL_SOURCES}) -- cgit v1.2.3