diff --git a/Src/.editorconfig b/Source/.editorconfig similarity index 100% rename from Src/.editorconfig rename to Source/.editorconfig diff --git a/Src/APIEnvir.h b/Source/APIEnvir.h similarity index 100% rename from Src/APIEnvir.h rename to Source/APIEnvir.h diff --git a/Src/AddOnMain.cpp b/Source/AddOnMain.cpp similarity index 100% rename from Src/AddOnMain.cpp rename to Source/AddOnMain.cpp diff --git a/Src/ApiUtils.cpp b/Source/ApiUtils.cpp similarity index 100% rename from Src/ApiUtils.cpp rename to Source/ApiUtils.cpp diff --git a/Src/ApiUtils.hpp b/Source/ApiUtils.hpp similarity index 100% rename from Src/ApiUtils.hpp rename to Source/ApiUtils.hpp diff --git a/Src/DotbimExporter.cpp b/Source/DotbimExporter.cpp similarity index 100% rename from Src/DotbimExporter.cpp rename to Source/DotbimExporter.cpp diff --git a/Src/DotbimExporter.hpp b/Source/DotbimExporter.hpp similarity index 100% rename from Src/DotbimExporter.hpp rename to Source/DotbimExporter.hpp diff --git a/Src/DotbimImporter.cpp b/Source/DotbimImporter.cpp similarity index 100% rename from Src/DotbimImporter.cpp rename to Source/DotbimImporter.cpp diff --git a/Src/DotbimImporter.hpp b/Source/DotbimImporter.hpp similarity index 100% rename from Src/DotbimImporter.hpp rename to Source/DotbimImporter.hpp diff --git a/Src/MatrixUtils.cpp b/Source/MatrixUtils.cpp similarity index 100% rename from Src/MatrixUtils.cpp rename to Source/MatrixUtils.cpp diff --git a/Src/MatrixUtils.hpp b/Source/MatrixUtils.hpp similarity index 100% rename from Src/MatrixUtils.hpp rename to Source/MatrixUtils.hpp diff --git a/Src/ModelEnumerator.cpp b/Source/ModelEnumerator.cpp similarity index 100% rename from Src/ModelEnumerator.cpp rename to Source/ModelEnumerator.cpp diff --git a/Src/ModelEnumerator.hpp b/Source/ModelEnumerator.hpp similarity index 100% rename from Src/ModelEnumerator.hpp rename to Source/ModelEnumerator.hpp diff --git a/Src/PropertyHandler.cpp b/Source/PropertyHandler.cpp similarity index 100% rename from Src/PropertyHandler.cpp rename to Source/PropertyHandler.cpp diff --git a/Src/PropertyHandler.hpp b/Source/PropertyHandler.hpp similarity index 100% rename from Src/PropertyHandler.hpp rename to Source/PropertyHandler.hpp diff --git a/Src/ResourceIds.hpp b/Source/ResourceIds.hpp similarity index 100% rename from Src/ResourceIds.hpp rename to Source/ResourceIds.hpp diff --git a/Tools/CMakeCommon.cmake b/Tools/CMakeCommon.cmake index 6acd62b..11f749d 100644 --- a/Tools/CMakeCommon.cmake +++ b/Tools/CMakeCommon.cmake @@ -101,7 +101,7 @@ function (GenerateAddOnProject acVersion devKitDir addOnName addOnFolder addOnLa find_package (Python COMPONENTS Interpreter) - set (AddOnSourcesFolder ${addOnFolder}/Src) + set (AddOnSourcesFolder ${addOnFolder}/Source) set (AddOnResourcesFolder ${addOnFolder}) set (ResourceObjectsDir ${CMAKE_BINARY_DIR}/ResourceObjects)