From b84cfccf51ae64c718c1afde9c785aab3faf62ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Dec 2011 14:35:14 +1100 Subject: add missing files into cmake list (bzr r10756) --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3