diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-01 16:38:53 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-01 16:38:53 +0200 |
commit | 2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689 (patch) | |
tree | d5e801c683f59a4471ba9d64f2b22ab7908a8b8b /src/utils | |
parent | 545703d60acb8b0245e3d79e5dfd7171ca10c572 (diff) | |
download | twinkle-2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689.tar twinkle-2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689.tar.gz twinkle-2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689.tar.lz twinkle-2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689.tar.xz twinkle-2142a3eaa4c1eb99aa1e4c7d95a4e1115bc4c689.zip |
Many submodules building (no gui yet), with link-time errors
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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}) |