mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-08 08:43:51 +01:00
Move source/Irrlicht/ to src/
This commit is contained in:
parent
594e88bf3b
commit
bcb952c3ca
@ -35,7 +35,7 @@ endif()
|
|||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_subdirectory(source/Irrlicht)
|
add_subdirectory(src)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
option(BUILD_EXAMPLES "Build example applications" FALSE)
|
option(BUILD_EXAMPLES "Build example applications" FALSE)
|
||||||
|
@ -408,7 +408,7 @@ f:write( "IRRLICHT_API extern OpenGLProcedures GL;\n" );
|
|||||||
f:close();
|
f:close();
|
||||||
|
|
||||||
-- Write loader implementation
|
-- 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[[
|
f:write[[
|
||||||
// This code was generated by scripts/BindingGenerator.lua
|
// This code was generated by scripts/BindingGenerator.lua
|
||||||
// Do not modify it, modify and run the generator instead.
|
// 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
Loading…
Reference in New Issue
Block a user