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/threads/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/threads/CMakeLists.txt (limited to 'src/threads') diff --git a/src/threads/CMakeLists.txt b/src/threads/CMakeLists.txt new file mode 100644 index 0000000..2fc7de9 --- /dev/null +++ b/src/threads/CMakeLists.txt @@ -0,0 +1,9 @@ +project(libtwinkle-threads) + +set(LIBTWINKLE_THREADS-SRCS + thread.cpp + mutex.cpp + sema.cpp +) + +add_library(libtwinkle-threads OBJECT ${LIBTWINKLE_THREADS-SRCS}) -- cgit v1.2.3