Use variables when moving DLLs.

This commit is contained in:
rude
2013-09-28 01:58:01 +02:00
parent 803fe6c19f
commit 27c04b8c4f
+5 -5
View File
@@ -120,8 +120,8 @@ link_directories(${SDL_LINK_DIR})
add_executable(megatest src/test.cpp)
target_link_libraries(megatest ${MEGA_3P})
add_move_dll(megatest mpg123)
add_move_dll(megatest SDL2)
add_move_dll(megatest ${OPENAL_LIB_NAME})
add_move_dll(megatest DevIL)
add_move_dll(megatest lua51)
add_move_dll(megatest ${MEGA_MPEG123})
add_move_dll(megatest ${MEGA_SDL2})
add_move_dll(megatest ${MEGA_OPENAL})
add_move_dll(megatest ${MEGA_DEVIL})
add_move_dll(megatest ${MEGA_LUA51})