~inkscape.dev/inkscape/cmakebuild

« back to all changes in this revision

Viewing changes to src/util/CMakeLists.txt

  • Committer: Markus Engel
  • Date: 2014-08-10 14:28:23 UTC
  • Revision ID: markus.engel@tum.de-20140810142823-l3dexsvccu3s5pg3
Added CMakeLists.txt-files to subdirectories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
        # -------
12
12
        # Headers
13
 
        accumulators.h
14
 
        compose.hpp
15
 
        copy.h
16
 
        ege-appear-time-tracker.h
17
 
        ege-tags.h
18
 
        enums.h
19
 
        expression-evaluator.h
20
 
        filter-list.h
21
 
        find-if-before.h
22
 
        find-last-if.h
23
 
        fixed_point.h
24
 
        format.h
25
 
        forward-pointer-iterator.h
26
 
        function.h
27
 
        glib-list-iterators.h
28
 
        list-container-test.h
29
 
        list-container.h
30
 
        list-copy.h
31
 
        list.h
32
 
        longest-common-suffix.h
33
 
        map-list.h
34
 
        mathfns.h
35
 
        reference.h
36
 
        reverse-list.h
37
 
        share.h
38
 
        signal-blocker.h
39
 
        tuple.h
40
 
        ucompose.hpp
41
 
        units.h
42
 
        unordered-containers.h
43
 
        ziptool.h
 
13
        #accumulators.h
 
14
        #compose.hpp
 
15
        #copy.h
 
16
        #ege-appear-time-tracker.h
 
17
        #ege-tags.h
 
18
        #enums.h
 
19
        #expression-evaluator.h
 
20
        #filter-list.h
 
21
        #find-if-before.h
 
22
        #find-last-if.h
 
23
        #fixed_point.h
 
24
        #format.h
 
25
        #forward-pointer-iterator.h
 
26
        #function.h
 
27
        #glib-list-iterators.h
 
28
        #list-container-test.h
 
29
        #list-container.h
 
30
        #list-copy.h
 
31
        #list.h
 
32
        #longest-common-suffix.h
 
33
        #map-list.h
 
34
        #mathfns.h
 
35
        #reference.h
 
36
        #reverse-list.h
 
37
        #share.h
 
38
        #signal-blocker.h
 
39
        #tuple.h
 
40
        #ucompose.hpp
 
41
        #units.h
 
42
        #unordered-containers.h
 
43
        #ziptool.h
44
44
)
45
45
 
46
46
# add_inkscape_lib(util_LIB "${util_SRC}")
47
 
add_inkscape_source("${util_SRC}")
 
47
#add_inkscape_source("${util_SRC}")
 
48
 
 
49
#add_library(util OBJECT ${util_SRC})
 
50
 
 
51
prepend_dir_name(util_SRC)
 
52
set(util_SRC ${util_SRC} PARENT_SCOPE)
 
53
 
 
54