Browse Source

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
nce_cpp
Andrea Pappacoda 3 years ago
committed by GitHub
parent
commit
c7832866b3
  1. 2
      src/dedicated_room/CMakeLists.txt

2
src/dedicated_room/CMakeLists.txt

@ -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…
Cancel
Save