blob: 4815590f49c4c6f869f9c989594e14cdb1967656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# SPDX-License-Identifier: GPL-2.0-or-later
set(util_SRC
ege-appear-time-tracker.cpp
ege-tags.cpp
expression-evaluator.cpp
share.cpp
units.cpp
ziptool.cpp
# -------
# Headers
const_char_ptr.h
copy.h
ege-appear-time-tracker.h
ege-tags.h
enums.h
expression-evaluator.h
find-if-before.h
find-last-if.h
fixed_point.h
format.h
forward-pointer-iterator.h
list-container-test.h
list-container.h
list-copy.h
list.h
longest-common-suffix.h
reference.h
reverse-list.h
share.h
signal-blocker.h
ucompose.hpp
units.h
ziptool.h
)
add_inkscape_lib(util_LIB "${util_SRC}")
# add_inkscape_source("${util_SRC}")
|