mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
fix CMakeLists.txt
This commit is contained in:
parent
3b6363aaba
commit
f84a7244dd
1 changed files with 3 additions and 3 deletions
|
@ -395,9 +395,9 @@ if (WIN32)
|
|||
add_custom_command(TARGET ${PROJECT_NAME}
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy
|
||||
"${MINGW64_ROOT}/bin/libgcc_s_seh-1.dll"
|
||||
"${MINGW64_ROOT}/bin/libstdc++-6.dll"
|
||||
"${MINGW64_ROOT}/bin/libwinpthread-1.dll"
|
||||
"C:/Qt/Tools/mingw1310_64/bin/libgcc_s_seh-1.dll"
|
||||
"C:/Qt/Tools/mingw1310_64/bin/libstdc++-6.dll"
|
||||
"C:/Qt/Tools/mingw1310_64/bin/libwinpthread-1.dll"
|
||||
"${CMAKE_BINARY_DIR}/deploy")
|
||||
|
||||
add_custom_command(TARGET ${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue