summaryrefslogtreecommitdiffstats
path: root/src/object/filters/CMakeLists.txt
blob: 14ea76b82ab62ff21d401cf006fbb926ab46054d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# SPDX-License-Identifier: GPL-2.0-or-later

set(filters_SRC
  sp-filter-primitive.cpp
  blend.cpp
  colormatrix.cpp
  componenttransfer-funcnode.cpp
  componenttransfer.cpp
  composite.cpp
  convolvematrix.cpp
  diffuselighting.cpp
  displacementmap.cpp
  distantlight.cpp
  flood.cpp
  gaussian-blur.cpp
  image.cpp
  merge.cpp
  mergenode.cpp
  morphology.cpp
  offset.cpp
  pointlight.cpp
  specularlighting.cpp
  spotlight.cpp
  tile.cpp
  turbulence.cpp


  # -------
  # Headers
  sp-filter-primitive.h
  blend.h
  colormatrix.h
  componenttransfer-funcnode.h
  componenttransfer.h
  composite.h
  convolvematrix.h
  diffuselighting.h
  displacementmap.h
  distantlight.h
  flood.h
  gaussian-blur.h
  image.h
  merge.h
  mergenode.h
  morphology.h
  offset.h
  pointlight.h
  specularlighting.h
  spotlight.h
  tile.h
  turbulence.h
)

add_inkscape_source("${filters_SRC}")