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:
Josua Grawitter 2010-07-08 13:13:10 +02:00
parent 2e0bdf3a5c
commit b9f349cf30

View file

@ -24,3 +24,5 @@ if (MYGUI_USE_FREETYPE)
${FREETYPE_LIBRARIES}
)
endif()
target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS} uuid)