]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/splines/CMakeLists.txt
Add CMakeLists.txt
[xonotic/netradiant.git] / libs / splines / CMakeLists.txt
diff --git a/libs/splines/CMakeLists.txt b/libs/splines/CMakeLists.txt
new file mode 100644 (file)
index 0000000..3a6b603
--- /dev/null
@@ -0,0 +1,11 @@
+add_library(splines
+        math_angles.cpp math_angles.h
+        math_matrix.cpp math_matrix.h
+        math_quaternion.cpp math_quaternion.h
+        math_vector.cpp math_vector.h
+        q_parse.cpp
+        q_shared.cpp q_shared.h
+        splines.cpp splines.h
+        util_list.h
+        util_str.cpp util_str.h
+        )