1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 12:36:42 +00:00

Merge pull request #665 from Koncord/master

Add ${MYGUI_LIBRARIES} to components/CMakeLists.txt
This commit is contained in:
scrawl 2015-07-14 20:10:27 +02:00
commit 355ef14d23

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)