mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 11:22:05 +00:00
Remove sdl2 dll copy
This commit is contained in:
parent
a0599bd31a
commit
a53ca9d4ec
1 changed files with 0 additions and 8 deletions
|
|
@ -63,14 +63,6 @@ if (WIN32)
|
||||||
target_link_directories(ultramodern PRIVATE
|
target_link_directories(ultramodern PRIVATE
|
||||||
${sdl2_SOURCE_DIR}/lib/x64
|
${sdl2_SOURCE_DIR}/lib/x64
|
||||||
)
|
)
|
||||||
|
|
||||||
# Copy SDL2 and dxc DLLs to output folder as post build step
|
|
||||||
add_custom_command(TARGET ultramodern POST_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
|
||||||
"${sdl2_SOURCE_DIR}/lib/x64/SDL2.dll"
|
|
||||||
"${CMAKE_SOURCE_DIR}/lib/rt64/src/contrib/dxc/bin/x64/dxil.dll"
|
|
||||||
"${CMAKE_SOURCE_DIR}/lib/rt64/src/contrib/dxc/bin/x64/dxcompiler.dll"
|
|
||||||
$<TARGET_FILE_DIR:ultramodern>)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (LINUX)
|
if (LINUX)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue