From e1c59c07c0f8d4b2a3bd06c3c63d4a42d09895f9 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 26 Nov 2023 01:36:36 -0500 Subject: [PATCH] I have no idea if this is necessary --- source/Irrlicht/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Irrlicht/CMakeLists.txt b/source/Irrlicht/CMakeLists.txt index 630970ae..926258a3 100644 --- a/source/Irrlicht/CMakeLists.txt +++ b/source/Irrlicht/CMakeLists.txt @@ -341,6 +341,11 @@ add_library(IRRMESHOBJ OBJECT ${IRRMESHLOADER} ) +target_link_libraries(IRRMESHOBJ + PRIVATE + json +) + add_library(IRROBJ OBJECT CBillboardSceneNode.cpp CCameraSceneNode.cpp