tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Belarusian translation for 0.47, by Hleb Valoshka
[inkscape.git]
/
src
/
trace
/
CMakeLists.txt
1
ADD_SUBDIRECTORY(potrace)
2
SET(trace_SRC
3
filterset.cpp
4
imagemap.cpp
5
imagemap-gdk.cpp
6
quantize.cpp
7
siox.cpp
8
trace.cpp
9
${trace_potrace_SRC}
10
)
11
ADD_LIBRARY(trace STATIC ${trace_SRC})
12
TARGET_LINK_LIBRARIES(trace
13
2geom ${INKSCAPE_LIBS})