diff --git a/.gitmodules b/.gitmodules index 7b66ef9..b4067ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "knxPython/pybind11"] - path = knxPython/pybind11 + path = port/knxPython/pybind11 url = https://github.com/pybind/pybind11.git branch = stable diff --git a/knxPython/CMakeLists.txt b/port/knxPython/CMakeLists.txt similarity index 100% rename from knxPython/CMakeLists.txt rename to port/knxPython/CMakeLists.txt diff --git a/knxPython/CMakeLists.txt.old b/port/knxPython/CMakeLists.txt.old similarity index 100% rename from knxPython/CMakeLists.txt.old rename to port/knxPython/CMakeLists.txt.old diff --git a/knxPython/gcc_Debug.h b/port/knxPython/gcc_Debug.h similarity index 100% rename from knxPython/gcc_Debug.h rename to port/knxPython/gcc_Debug.h diff --git a/knxPython/gcc_Release.h b/port/knxPython/gcc_Release.h similarity index 100% rename from knxPython/gcc_Release.h rename to port/knxPython/gcc_Release.h diff --git a/knxPython/knxPython-Debug.vgdbsettings b/port/knxPython/knxPython-Debug.vgdbsettings similarity index 100% rename from knxPython/knxPython-Debug.vgdbsettings rename to port/knxPython/knxPython-Debug.vgdbsettings diff --git a/knxPython/knxPython-Release.vgdbsettings b/port/knxPython/knxPython-Release.vgdbsettings similarity index 100% rename from knxPython/knxPython-Release.vgdbsettings rename to port/knxPython/knxPython-Release.vgdbsettings diff --git a/knxPython/knxPython.vcxproj b/port/knxPython/knxPython.vcxproj similarity index 100% rename from knxPython/knxPython.vcxproj rename to port/knxPython/knxPython.vcxproj diff --git a/knxPython/knxPython.vcxproj.filters b/port/knxPython/knxPython.vcxproj.filters similarity index 100% rename from knxPython/knxPython.vcxproj.filters rename to port/knxPython/knxPython.vcxproj.filters diff --git a/knxPython/knxmodule.cpp b/port/knxPython/knxmodule.cpp similarity index 100% rename from knxPython/knxmodule.cpp rename to port/knxPython/knxmodule.cpp diff --git a/knxPython/main.py b/port/knxPython/main.py similarity index 100% rename from knxPython/main.py rename to port/knxPython/main.py diff --git a/knxPython/pybind11 b/port/knxPython/pybind11 similarity index 100% rename from knxPython/pybind11 rename to port/knxPython/pybind11