Skip to content

Commit

Permalink
Add tiniergltf::tiniergltf back to link libs
Browse files Browse the repository at this point in the history
It was lost during rebase.
  • Loading branch information
JosiahWI authored and appgurueu committed May 14, 2024
1 parent f5e5add commit 4ee428d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions irr/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ add_library(IRRMESHOBJ OBJECT
${IRRMESHLOADER}
)

target_link_libraries(IRRMESHOBJ PUBLIC tiniergltf::tiniergltf)

add_library(IRROBJ OBJECT
CBillboardSceneNode.cpp
CCameraSceneNode.cpp
Expand All @@ -338,6 +340,8 @@ add_library(IRROBJ OBJECT
CMeshCache.cpp
)

target_link_libraries(IRROBJ PRIVATE IRRMESHOBJ)

set(IRRDRVROBJ
CNullDriver.cpp
CGLXManager.cpp
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 4ee428d

Please sign in to comment.