From cca66b9ec4e494c1d919bff0f71a820d8afab1fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:48 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- src/util/CMakeLists.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/util/CMakeLists.txt (limited to 'src/util/CMakeLists.txt') diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt new file mode 100644 index 0000000..d5f4433 --- /dev/null +++ b/src/util/CMakeLists.txt @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +set(util_SRC + expression-evaluator.cpp + share.cpp + paper.cpp + preview.cpp + units.cpp + ziptool.cpp + + + # ------- + # Headers + const_char_ptr.h + enums.h + expression-evaluator.h + fixed_point.h + format.h + forward-pointer-iterator.h + longest-common-suffix.h + pages-skeleton.h + paper.h + preview.h + reference.h + share.h + signal-blocker.h + trim.h + units.h + ziptool.h +) + +add_inkscape_lib(util_LIB "${util_SRC}") +target_link_libraries(util_LIB PUBLIC 2Geom::2geom) +# add_inkscape_source("${util_SRC}") -- cgit v1.2.3