mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
build: Drop Linux libretro core in current directory too
This commit is contained in:
parent
70184c13c7
commit
c242d4707f
|
@ -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}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue