From c307e9f234e544386fa3ae53083c7510668e1716 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 29 Jul 2016 00:39:45 +0200 Subject: o Renaming cmake function from kicad_gen to kicad_generate_header, more to the point. o Renaming binary from kicad_gen to generate-header too. Should probably be kicad-utils-generate-header or somesuch later. o Moving the cmake code used by the examples into its own file, should be part of the installation target later on. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a84f300 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "pybind11"] + path = pybind11 + url = https://github.com/pybind/pybind11.git + branch = master -- cgit v1.2.3