mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 11:35:42 -04: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
|
# no lib prefix
|
||||||
set_target_properties(duckstation_libretro PROPERTIES 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…
x
Reference in New Issue
Block a user