Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9a2631

Browse files
committedMar 21, 2024·
Move source/Irrlicht/ to src/
1 parent 8acca66 commit e9a2631

File tree

182 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif()
3535

3636
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
3737
enable_testing()
38-
add_subdirectory(source/Irrlicht)
38+
add_subdirectory(src)
3939
add_subdirectory(test)
4040

4141
option(BUILD_EXAMPLES "Build example applications" FALSE)

‎scripts/BindingGenerator.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ f:write( "IRRLICHT_API extern OpenGLProcedures GL;\n" );
408408
f:close();
409409

410410
-- Write loader implementation
411-
f = io.open( sourceTreePath .. "/source/Irrlicht/mt_opengl_loader.cpp", "wb" );
411+
f = io.open( sourceTreePath .. "/src/mt_opengl_loader.cpp", "wb" );
412412
f:write[[
413413
// This code was generated by scripts/BindingGenerator.lua
414414
// Do not modify it, modify and run the generator instead.

0 commit comments

Comments
 (0)
This repository has been archived.