Move source/Irrlicht/ to src/

This commit is contained in:
Desour 2024-03-20 19:10:33 +01:00
parent 0eaf3d3cb4
commit 13cd75faf1
182 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
enable_testing()
add_subdirectory(source/Irrlicht)
add_subdirectory(src)
add_subdirectory(test)
option(BUILD_EXAMPLES "Build example applications" FALSE)

View File

@ -408,7 +408,7 @@ f:write( "IRRLICHT_API extern OpenGLProcedures GL;\n" );
f:close();
-- Write loader implementation
f = io.open( sourceTreePath .. "/source/Irrlicht/mt_opengl_loader.cpp", "wb" );
f = io.open( sourceTreePath .. "/src/mt_opengl_loader.cpp", "wb" );
f:write[[
// This code was generated by scripts/BindingGenerator.lua
// Do not modify it, modify and run the generator instead.

Some files were not shown because too many files have changed in this diff Show More