mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Explicitly link MyGUI to it's dependencies
Again courtesy of "ld --no-add-needed" by Fedora 13. Maybe we should send this upstream to the MyGUI developers. Signed-off-by: Josua Grawitter <josh@greyage.org>
This commit is contained in:
parent
2e0bdf3a5c
commit
b9f349cf30
@ -24,3 +24,5 @@ if (MYGUI_USE_FREETYPE)
|
||||
${FREETYPE_LIBRARIES}
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS} uuid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user