diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-12-02 03:35:14 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-12-02 03:35:14 +0000 |
| commit | b84cfccf51ae64c718c1afde9c785aab3faf62ba (patch) | |
| tree | ab2ba131acff9c3543c3811cce580264e4ce5ed9 /src | |
| parent | fix typo to repair build on windows (diff) | |
| download | inkscape-b84cfccf51ae64c718c1afde9c785aab3faf62ba.tar.gz inkscape-b84cfccf51ae64c718c1afde9c785aab3faf62ba.zip | |
add missing files into cmake list
(bzr r10756)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d68e2caa..ba7b753de 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,6 +8,9 @@ set(main_SRC ) set(sp_SRC + attribute-rel-css.cpp + attribute-rel-svg.cpp + attribute-rel-util.cpp sp-anchor.cpp # sp-animation.cpp sp-clippath.cpp @@ -78,6 +81,9 @@ set(sp_SRC # ------- # Headers + attribute-rel-css.h + attribute-rel-svg.h + attribute-rel-util.h sp-anchor.h sp-animation.h sp-clippath.h |
