]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/vfspk3/CMakeLists.txt
Compile module plugins
[xonotic/netradiant.git] / plugins / vfspk3 / CMakeLists.txt
diff --git a/plugins/vfspk3/CMakeLists.txt b/plugins/vfspk3/CMakeLists.txt
new file mode 100644 (file)
index 0000000..2b0efc3
--- /dev/null
@@ -0,0 +1,11 @@
+
+radiant_plugin(vfspk3
+    archive.cpp
+    archive.h
+    vfs.cpp
+    vfs.h
+    vfspk3.cpp
+    vfspk3.h
+)
+
+target_link_libraries(vfspk3 filematch)