1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:23:54 +00:00

Add ${MYGUI_LIBRARIES} to components/CMakeLists.txt

This commit is contained in:
Koncord 2015-07-14 23:54:47 +09:00
parent de6dc21552
commit 73731d27e9

View file

@ -180,6 +180,7 @@ target_link_libraries(components
${SDL2_LIBRARY} ${SDL2_LIBRARY}
# For MyGUI platform # For MyGUI platform
${OPENGL_gl_LIBRARY} ${OPENGL_gl_LIBRARY}
${MYGUI_LIBRARIES}
) )
if (WIN32) if (WIN32)