add a project.lht template to force use of altusmetrum footprint library
authorBdale Garbee <bdale@gag.com>
Fri, 17 Aug 2018 03:11:24 +0000 (21:11 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 17 Aug 2018 03:11:24 +0000 (21:11 -0600)
lihata/project.lht [new file with mode: 0644]

diff --git a/lihata/project.lht b/lihata/project.lht
new file mode 100644 (file)
index 0000000..948c273
--- /dev/null
@@ -0,0 +1,9 @@
+li:pcb-rnd-conf-v1 {
+ ha:overwrite {
+  ha:rc {
+   li:library_search_paths {
+    ../altusmetrum/packages
+   }
+  }
+ }
+}