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/utils/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/utils/CMakeLists.txt (limited to 'src/utils') diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt new file mode 100644 index 0000000..8e347b7 --- /dev/null +++ b/src/utils/CMakeLists.txt @@ -0,0 +1,8 @@ +project(libtwinkle-utils) + +set(LIBTWINKLE_UTILS-SRCS + file_utils.cpp + mime_database.cpp +) + +add_library(libtwinkle-utils OBJECT ${LIBTWINKLE_UTILS-SRCS}) -- cgit v1.2.3