summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/adaptagrams/libvpsc/CMakeLists.txt
blob: 538ad30e1cd3f697544660bf8b6c9d4f8f74789f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
set(libvpsc_SRC
	block.cpp
	blocks.cpp
	cbuffer.cpp
	constraint.cpp
	rectangle.cpp
	solve_VPSC.cpp
	variable.cpp


	# -------
	# Headers
	assertions.h
	block.h
	blocks.h
	cbuffer.h
	constraint.h
	exceptions.h
	linesegment.h
	pairing_heap.h
	rectangle.h
	solve_VPSC.h
	variable.h
)

include_directories("${CMAKE_CURRENT_SOURCE_DIR}/..")
add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")