mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 22:35:46 -04:00
build: Drop Linux libretro core in current directory too
This commit is contained in:
@ -28,4 +28,5 @@ set_target_properties(duckstation_libretro PROPERTIES PREFIX "")
|
|||||||
|
|
||||||
# drop in the build directory
|
# drop in the build directory
|
||||||
set_target_properties(duckstation_libretro PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
|
set_target_properties(duckstation_libretro PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||||
|
set_target_properties(duckstation_libretro PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user