]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/generic/CMakeLists.txt
Add CMakeLists.txt
[xonotic/netradiant.git] / libs / generic / CMakeLists.txt
diff --git a/libs/generic/CMakeLists.txt b/libs/generic/CMakeLists.txt
new file mode 100644 (file)
index 0000000..3800423
--- /dev/null
@@ -0,0 +1,14 @@
+add_library(generic
+        arrayrange.cpp arrayrange.h
+        bitfield.cpp bitfield.h
+        callback.cpp callback.h
+        callbackfwd.cpp callbackfwd.h
+        constant.cpp constant.h
+        enumeration.cpp enumeration.h
+        functional.cpp functional.h
+        object.cpp object.h
+        reference.cpp reference.h
+        referencecounted.cpp referencecounted.h
+        static.cpp static.h
+        vector.cpp vector.h
+        )