Add tiniergltf::tiniergltf back to link libs

It was lost during rebase.
This commit is contained in:
Josiah VanderZee 2024-04-18 12:43:23 -05:00
parent f5e5addbfc
commit 9ad41e4a0f
1 changed files with 5 additions and 0 deletions

View File

@ -327,6 +327,8 @@ add_library(IRRMESHOBJ OBJECT
${IRRMESHLOADER}
)
target_link_libraries(IRRMESHOBJ PUBLIC tiniergltf::tiniergltf)
add_library(IRROBJ OBJECT
CBillboardSceneNode.cpp
CCameraSceneNode.cpp
@ -338,6 +340,8 @@ add_library(IRROBJ OBJECT
CMeshCache.cpp
)
target_link_libraries(IRROBJ PRIVATE IRRMESHOBJ)
set(IRRDRVROBJ
CNullDriver.cpp
CGLXManager.cpp
@ -502,6 +506,7 @@ target_include_directories(IrrlichtMt
# this needs to be here and not in a variable (like link_includes) due to issues
# with the generator expressions on at least CMake 3.22, but not 3.28 or later
target_link_libraries(IrrlichtMt PRIVATE
tiniergltf::tiniergltf
${ZLIB_LIBRARY}
${JPEG_LIBRARY}
${PNG_LIBRARY}