diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-07-29 00:39:45 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-07-29 00:39:45 +0200 |
commit | c307e9f234e544386fa3ae53083c7510668e1716 (patch) | |
tree | bfca2e97330c05cc5d40e3193b2a138eb6c5a963 /.gitmodules | |
parent | f9c8c5da8de36b0f95bc92e37e15d299b434c03f (diff) | |
download | kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.gz kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.bz2 kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.tar.xz kicad-utils-c307e9f234e544386fa3ae53083c7510668e1716.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |