From 1dd4c93f0c390b9a380a293cbd0b41cfebf072a7 Mon Sep 17 00:00:00 2001 From: Christian Widmer Date: Tue, 6 Oct 2015 09:51:32 +0200 Subject: [PATCH] DolphinQt: Install binary for systems not matching APPLE --- Source/Core/DolphinQt/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index fdd8325fa7..186db06c5c 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -83,4 +83,6 @@ if(APPLE) DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys ) endif() +else() + install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir}) endif()