Skip to content

Commit

Permalink
Fixed SDL.dll not found on Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Jun 10, 2013
1 parent 32d3fd2 commit 71bc939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -104,7 +104,7 @@ else()
${SDL_LIBRARY_SO} ${SDL_LIBRARY_SO}
$<TARGET_FILE_DIR:savagewheels>) $<TARGET_FILE_DIR:savagewheels>)


INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/SDL.dll" DESTINATION ${INSTALL_DIR}) INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/SDL.dll" DESTINATION ${INSTALL_DIR})


endif() endif()


Expand Down

0 comments on commit 71bc939

Please sign in to comment.