Skip to content
This repository was archived by the owner on Oct 8, 2023. It is now read-only.

Commit db91587

Browse files
committed
add depedency dll.
1 parent 758af15 commit db91587

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CMakeLists.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,22 @@ if (MSYS)
1111
INCLUDE(InstallRequiredSystemLibraries)
1212
get_filename_component( Mingw_Path ${CMAKE_CXX_COMPILER} PATH )
1313

14-
set( CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS ${Mingw_Path}/wxbase30u_gcc_custom.dll
15-
${Mingw_Path}/wxmsw30u_core_gcc_custom.dll ${Mingw_Path}/libjpeg-8.dll
16-
${Mingw_Path}/liblzma-5.dll ${Mingw_Path}/libpng16-16.dll
17-
${Mingw_Path}/libtiff-5.dll ${Mingw_Path}/libzip-4.dll ${Mingw_Path}/zlib1.dll
18-
${Mingw_Path}/libwinpthread-1.dll)
14+
set( CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS
15+
${Mingw_Path}/libarchive-13.dll
16+
${Mingw_Path}/libbz2-1.dll
17+
${Mingw_Path}/libexpat-1.dll
18+
${Mingw_Path}/libiconv-2.dll
19+
${Mingw_Path}/libjpeg-8.dll
20+
${Mingw_Path}/liblzma-5.dll
21+
${Mingw_Path}/liblzo2-2.dll
22+
${Mingw_Path}/libnettle-6-2.dll
23+
${Mingw_Path}/libpng16-16.dll
24+
${Mingw_Path}/libtiff-5.dll
25+
${Mingw_Path}/libwinpthread-1.dll
26+
${Mingw_Path}/libzip-4.dll
27+
${Mingw_Path}/wxbase30u_gcc_custom.dll
28+
${Mingw_Path}/wxmsw30u_core_gcc_custom.dll
29+
${Mingw_Path}/zlib1.dll)
1930

2031
if(CMAKE_SIZEOF_VOID_P EQUAL 8) #win64
2132
set ( CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}

0 commit comments

Comments
 (0)