mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 07:42:52 +00:00
build(room): simplify yuzu-room installation
CMake is able to automatically install binaries in the correct location. Also see my older patch, https://github.com/yuzu-emu/yuzu/commit/6f16891f43344711c9f57973de7366593aee5bca Cc: @FearlessTobi
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user