From bfeeac6e4889d1e9a1083b3c7efc59652981b168 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 1 Aug 2016 08:20:23 +0200 Subject: o Moving the generation logic to Python, embedding a Python interpreter with the help of pybind11. o Adding install configuration to CMake to make it easier to reuse the project later on. o Splitting out the examples into its own project to make it easier to test the whole installation setup and python/template loading. o Trying to reorganize the code a bit, not very much better yet. --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index a84f300..83b6a4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "pybind11"] - path = pybind11 + path = python/pybind11 url = https://github.com/pybind/pybind11.git branch = master +[submodule "python/pybind11"] + path = python/pybind11 + url = https://github.com/pybind/pybind11 -- cgit v1.2.3