]> git.xonotic.org Git - xonotic/netradiant.git/blob - libs/generic/CMakeLists.txt
Split CMakeLists.txt into subdirectories
[xonotic/netradiant.git] / libs / generic / CMakeLists.txt
1
2 add_library(generic
3     arrayrange.cpp
4     arrayrange.h
5     bitfield.cpp
6     bitfield.h
7     callback.cpp
8     callback.h
9     callbackfwd.cpp
10     callbackfwd.h
11     constant.cpp
12     constant.h
13     enumeration.cpp
14     enumeration.h
15     functional.cpp
16     functional.h
17     object.cpp
18     object.h
19     reference.cpp
20     reference.h
21     referencecounted.cpp
22     referencecounted.h
23     static.cpp
24     static.h
25     vector.cpp
26     vector.h
27 )