Skip to content

Commit 71bc939

Browse files
committed
Fixed SDL.dll not found on Windows builds.
1 parent 32d3fd2 commit 71bc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ else()
104104
${SDL_LIBRARY_SO}
105105
$<TARGET_FILE_DIR:savagewheels>)
106106

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

109109
endif()
110110

0 commit comments

Comments
 (0)