mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-30 09:30:49 +00:00
build: Drop libretro DLL in build directory
This commit is contained in:
parent
0ad6adc900
commit
089b1d465f
@ -26,3 +26,6 @@ target_link_libraries(duckstation_libretro PRIVATE core common imgui glad scmver
|
||||
# no lib prefix
|
||||
set_target_properties(duckstation_libretro PROPERTIES PREFIX "")
|
||||
|
||||
# drop in the build directory
|
||||
set_target_properties(duckstation_libretro PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user