From 2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Mon, 1 Jun 2015 16:38:53 +0200 Subject: Many submodules building (no gui yet), with link-time errors --- src/im/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/im/CMakeLists.txt (limited to 'src/im/CMakeLists.txt') diff --git a/src/im/CMakeLists.txt b/src/im/CMakeLists.txt new file mode 100644 index 0000000..ce4246c --- /dev/null +++ b/src/im/CMakeLists.txt @@ -0,0 +1,8 @@ +project(libtwinkle-im) + +set(LIBTWINKLE_IM-SRCS + im_iscomposing_body.cpp + msg_session.cpp +) + +add_library(libtwinkle-im OBJECT ${LIBTWINKLE_IM-SRCS}) -- cgit v1.2.3