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