mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-12 13:20:20 +02:00
Simplify this disaster
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include "IMeshLoader.h"
|
||||
#include "IReadFile.h"
|
||||
#include "path.h"
|
||||
#include "json.hpp"
|
||||
#include "json/json.hpp"
|
||||
|
||||
namespace irr
|
||||
{
|
||||
|
@ -331,7 +331,7 @@ set(IRRMESHLOADER
|
||||
CB3DMeshFileLoader.cpp
|
||||
COBJMeshFileLoader.cpp
|
||||
CXMeshFileLoader.cpp
|
||||
CB3DMeshFileLoader.cpp
|
||||
CB3DJSONMeshFileLoader.cpp
|
||||
)
|
||||
|
||||
add_library(IRRMESHOBJ OBJECT
|
||||
@ -342,11 +342,6 @@ add_library(IRRMESHOBJ OBJECT
|
||||
${IRRMESHLOADER}
|
||||
)
|
||||
|
||||
target_link_libraries(IRRMESHOBJ
|
||||
PRIVATE
|
||||
json
|
||||
)
|
||||
|
||||
add_library(IRROBJ OBJECT
|
||||
CBillboardSceneNode.cpp
|
||||
CCameraSceneNode.cpp
|
||||
|
24596
source/Irrlicht/json/json.hpp
Normal file
24596
source/Irrlicht/json/json.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user