Skip to content

Commit

Permalink
Fix copying of lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
axblk committed May 31, 2024
1 parent e06e266 commit e6f1d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ foreach(datafile ${DATA})
file(MAKE_DIRECTORY ${DESTINATION})
file(COPY ${datafile} DESTINATION ${DESTINATION})
endforeach()
set(
set(COPY_FILES
${CURL_COPY_FILES}
${FREETYPE_COPY_FILES}
${SDL2_COPY_FILES}
Expand Down

0 comments on commit e6f1d60

Please sign in to comment.