From 77c4d6e67debf0e729734d882df033c4c0f5b0c3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 20 Apr 2015 22:01:04 +0200 Subject: Big redign of model structures --- protocols/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 protocols/CMakeLists.txt (limited to 'protocols/CMakeLists.txt') diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt new file mode 100644 index 0000000..5f64a43 --- /dev/null +++ b/protocols/CMakeLists.txt @@ -0,0 +1,8 @@ +include_directories( + ${CMAKE_SOURCE_DIR} +) + + +set(HEADERS ${HEADERS} default.h) + +add_library(protocols STATIC default.c) -- cgit v1.2.3