Browse Source

Use variables when moving DLLs.

rude 12 years ago
parent
commit
27c04b8c4f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      CMakeLists.txt

+ 5 - 5
CMakeLists.txt

@@ -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})