mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 20:45:34 +00:00
Add ${MYGUI_LIBRARIES} to components/CMakeLists.txt
This commit is contained in:
parent
de6dc21552
commit
73731d27e9
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ target_link_libraries(components
|
|||
${SDL2_LIBRARY}
|
||||
# For MyGUI platform
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${MYGUI_LIBRARIES}
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue