Browse Source
Merge pull request #8944 from Tachi107/patch-2
build(room): simplify yuzu-room installation
pull/15/merge
bunnei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() |