From: Bdale Garbee Date: Fri, 17 Aug 2018 03:11:24 +0000 (-0600) Subject: add a project.lht template to force use of altusmetrum footprint library X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4c623af719f5f706734aca1bec121bdd7248ad79;p=hw%2Faltusmetrum add a project.lht template to force use of altusmetrum footprint library --- diff --git a/lihata/project.lht b/lihata/project.lht new file mode 100644 index 0000000..948c273 --- /dev/null +++ b/lihata/project.lht @@ -0,0 +1,9 @@ +li:pcb-rnd-conf-v1 { + ha:overwrite { + ha:rc { + li:library_search_paths { + ../altusmetrum/packages + } + } + } +}