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>
actorid
Josua Grawitter 15 years ago
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…
Cancel
Save