🎉 Added OGRE 2.3

This commit is contained in:
2022-11-09 09:56:09 +01:00
parent 06c8dbc79b
commit c45516ad8e
4 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- OgreMain/CMakeLists.txt
+++ OgreMain/CMakeLists.txt
@@ -475,7 +475,7 @@
set_target_properties(OgreMain PROPERTIES OUTPUT_NAME Ogre)
endif ()
endif ()
-target_link_libraries(OgreMain ${LIBRARIES})
+target_link_libraries(OgreMain ${LIBRARIES} RapidJSON::RapidJSON freeimage::FreeImage)
if (MINGW)
# may need winsock htons functions for FreeImage
target_link_libraries(OgreMain ws2_32)