diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-10-14 11:01:49 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-10-14 11:01:49 +0000 |
| commit | f3b182a2facfd52c7bbfee67f207ad765f536beb (patch) | |
| tree | b43f0be1ab2cbf4f3f385582c1825a4e266aadd2 /src/CMakeLists.txt | |
| parent | Merged src/sp-item.cpp from svg-paints-support branch (diff) | |
| download | inkscape-f3b182a2facfd52c7bbfee67f207ad765f536beb.tar.gz inkscape-f3b182a2facfd52c7bbfee67f207ad765f536beb.zip | |
Merged hatch rendering code
(bzr r13611.1.8)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4a792af6b..25556e3bc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,6 +32,8 @@ set(sp_SRC sp-gradient-reference.cpp sp-gradient.cpp sp-guide.cpp + sp-hatch.cpp + sp-hatch-path.cpp sp-image.cpp sp-item-group.cpp sp-item-notify-moveto.cpp @@ -115,6 +117,8 @@ set(sp_SRC sp-guide-attachment.h sp-guide-constraint.h sp-guide.h + sp-hatch.h + sp-hatch-path.h sp-image.h sp-item-group.h sp-item-notify-moveto.h |
