forked from mirror/openmw-tes3mp
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
1 changed files with 2 additions and 0 deletions
|
@ -24,3 +24,5 @@ if (MYGUI_USE_FREETYPE)
|
|||
${FREETYPE_LIBRARIES}
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS} uuid)
|
||||
|
|
Loading…
Reference in a new issue