mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 07:40:26 +02:00
Add tinygltf library
This commit is contained in:
committed by
Josiah VanderZee
parent
124708784f
commit
36a90e9973
@ -356,6 +356,11 @@ add_library(IRRMESHOBJ OBJECT
|
||||
${IRRMESHLOADER}
|
||||
)
|
||||
|
||||
target_link_libraries(IRRMESHOBJ
|
||||
PRIVATE
|
||||
tinygltf::tinygltf
|
||||
)
|
||||
|
||||
add_library(IRROBJ OBJECT
|
||||
CBillboardSceneNode.cpp
|
||||
CCameraSceneNode.cpp
|
||||
|
Reference in New Issue
Block a user