summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b56aeddb..94ad4d6c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -592,12 +592,13 @@ SET (PROGRAMS mana)
ADD_EXECUTABLE(mana WIN32 ${SRCS} ${SRCS_MANA} ${SRCS_EA})
-TARGET_LINK_LIBRARIES(mana ${SDL_LIBRARY}
+TARGET_LINK_LIBRARIES(mana
+ ${SDLGFX_LIBRARIES}
+ ${SDL_LIBRARY}
${SDLIMAGE_LIBRARY}
${SDLMIXER_LIBRARY}
${SDLNET_LIBRARY}
${SDLTTF_LIBRARY}
- ${SDLGFX_LIBRARIES}
${ENET_LIBRARIES}
${PNG_LIBRARIES}
${PHYSFS_LIBRARY}