I have no idea if this is necessary

This commit is contained in:
jordan4ibanez 2023-11-26 01:36:36 -05:00
parent 7468b42317
commit e1c59c07c0
1 changed files with 5 additions and 0 deletions

View File

@ -341,6 +341,11 @@ add_library(IRRMESHOBJ OBJECT
${IRRMESHLOADER}
)
target_link_libraries(IRRMESHOBJ
PRIVATE
json
)
add_library(IRROBJ OBJECT
CBillboardSceneNode.cpp
CCameraSceneNode.cpp