mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Show info about copying DLLs #847
This commit is contained in:
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
7z x -y sdl2_image.zip
|
||||
7z x -y sdl2_mixer.zip
|
||||
copy .\optional\*.dll .
|
||||
dir
|
||||
|
||||
- name: Make package on tags
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
1
.github/workflows/cmake.yml.cmake
vendored
1
.github/workflows/cmake.yml.cmake
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
7z x -y sdl2_image.zip
|
||||
7z x -y sdl2_mixer.zip
|
||||
copy .\optional\*.dll .
|
||||
dir
|
||||
|
||||
- name: Make package on tags
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
@@ -248,6 +248,7 @@ if(UNIX AND NOT APPLE AND NOT BEOS AND NOT HAIKU)
|
||||
elseif(WIN32)
|
||||
# Package for Windows
|
||||
file(GLOB DLLS "${CMAKE_SOURCE_DIR}/dll/*.dll")
|
||||
message("Found DLL files ${DLLS}")
|
||||
foreach(DLL ${DLLS})
|
||||
install(FILES "${DLL}" DESTINATION ${INSTALL_PREFIX}/bin)
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user