mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 14:55:46 +00:00
build(room): simplify yuzu-room installation
CMake is able to automatically install binaries in the correct location. Also see my older patch, 6f16891f43
Cc: @FearlessTobi
This commit is contained in:
parent
fa7daaf171
commit
c7832866b3
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ endif()
|
|||
target_link_libraries(yuzu-room PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(TARGETS yuzu-room RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
||||
install(TARGETS yuzu-room)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue