diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 17:38:44 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 17:38:44 +0000 |
| commit | 53b655317b99db74f4cf4ba0666e02aeaa8447d2 (patch) | |
| tree | 566ff94911673980d64dcaa1442a230908d4751b /src/removeoverlap | |
| parent | aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "... (diff) | |
| download | inkscape-53b655317b99db74f4cf4ba0666e02aeaa8447d2.tar.gz inkscape-53b655317b99db74f4cf4ba0666e02aeaa8447d2.zip | |
add CMakeLists.txt files for removeoverlap and svg
(bzr r5243)
Diffstat (limited to 'src/removeoverlap')
| -rw-r--r-- | src/removeoverlap/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/removeoverlap/CMakeLists.txt b/src/removeoverlap/CMakeLists.txt new file mode 100644 index 000000000..b9c6d4bf4 --- /dev/null +++ b/src/removeoverlap/CMakeLists.txt @@ -0,0 +1,4 @@ +SET(removeoverlap_SRC
+removeoverlap.cpp
+removeoverlap.h
+)
\ No newline at end of file |
