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