summaryrefslogtreecommitdiffstats
path: root/src/inkgc/CMakeLists.txt
blob: a4b96d5ee31e2bb038c4e8506f045f90d3ee8223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(libgc_SRC
	gc.cpp

	# -------
	# Headers
	gc-alloc.h
	../gc-anchored.h
	gc-core.h
	gc-managed.h
	gc-soft-ptr.h
)

add_inkscape_lib(gc_LIB "${libgc_SRC}")
# add_inkscape_source("${libgc_SRC}")