diff options
-rw-r--r-- | scripts/pugixml_airplay.mfk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/pugixml_airplay.mfk b/scripts/pugixml_airplay.mfk new file mode 100644 index 0000000..0ca5c23 --- /dev/null +++ b/scripts/pugixml_airplay.mfk @@ -0,0 +1,13 @@ +includepaths
+{
+"../src"
+}
+
+files
+{
+("../src")
+pugiconfig.hpp
+pugixml.cpp
+pugixml.hpp
+}
+
|