mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +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 a new issue