Add ${MYGUI_LIBRARIES} to components/CMakeLists.txt

sceneinput
Koncord 10 years ago
parent de6dc21552
commit 73731d27e9

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

Loading…
Cancel
Save