]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - libs/generic/CMakeLists.txt
Merge branch 'TimePath/gtk++' into 'master'
[xonotic/netradiant.git] / libs / generic / CMakeLists.txt
1 add_library(generic
2         arrayrange.h
3         bitfield.h
4         callback.cpp callback.h
5         callbackfwd.h
6         constant.cpp constant.h
7         enumeration.h
8         functional.h
9         object.cpp object.h
10         reference.h
11         referencecounted.h
12         static.cpp static.h
13         vector.h
14         )