summaryrefslogtreecommitdiffstats
path: root/src/libvpsc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
commitb7a4f23ed217a36eaaefe8f707bcc1b968d1e562 (patch)
tree3ea6133fa6ac3a5cc836501a2daf8424112e797f /src/libvpsc
parentReplace deprecated GTK_WIDGET_(UN)SET_FLAGS macros (diff)
downloadinkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.tar.gz
inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.zip
cmake:
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
Diffstat (limited to 'src/libvpsc')
-rw-r--r--src/libvpsc/CMakeLists.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/libvpsc/CMakeLists.txt b/src/libvpsc/CMakeLists.txt
index ebc1e79d6..8db059b5d 100644
--- a/src/libvpsc/CMakeLists.txt
+++ b/src/libvpsc/CMakeLists.txt
@@ -9,6 +9,21 @@ set(libvpsc_SRC
solve_VPSC.cpp
variable.cpp
pairingheap/PairingHeap.cpp
+
+
+ # -------
+ # Headers
+ block.h
+ blocks.h
+ constraint.h
+ csolve_VPSC.h
+ generate-constraints.h
+ pairingheap/PairingHeap.h
+ pairingheap/dsexceptions.h
+ placement_SolveVPSC.h
+ remove_rectangle_overlap.h
+ solve_VPSC.h
+ variable.h
)
-add_library(vpsc_LIB ${libvpsc_SRC})
+add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")