diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-14 23:31:50 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-14 23:31:50 +0000 |
| commit | 8a67b4e32a65f370024a8cdab973e6d3c37168ce (patch) | |
| tree | 933140d9271c512b0e8f100ffe57ceabe1a8d3ab /src | |
| parent | Improve "can't find" error msg for pkgconfig (diff) | |
| download | inkscape-8a67b4e32a65f370024a8cdab973e6d3c37168ce.tar.gz inkscape-8a67b4e32a65f370024a8cdab973e6d3c37168ce.zip | |
Cmake: fix config.h not being found
(bzr r5944)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libavoid/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libavoid/CMakeLists.txt b/src/libavoid/CMakeLists.txt index 403ceca73..db24527f1 100644 --- a/src/libavoid/CMakeLists.txt +++ b/src/libavoid/CMakeLists.txt @@ -1,30 +1,15 @@ SET(libavoid_SRC connector.cpp -connector.h -debug.h geometry.cpp -geometry.h -geomtypes.h graph.cpp -graph.h -libavoid.h makepath.cpp -makepath.h polyutil.cpp -polyutil.h region.cpp -region.h router.cpp -router.h shape.cpp -shape.h static.cpp -static.h timer.cpp -timer.h vertices.cpp -vertices.h visibility.cpp -visibility.h ) ADD_LIBRARY(avoid STATIC ${libavoid_SRC}) |
