From b1d8ca4730885753c92c8d20d9cbee8a44b0b66a Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Mon, 10 Nov 2014 07:53:11 +0000 Subject: [PATCH] Install nogui executable to bindir --- Source/Core/DolphinWX/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index 8340b39a03..945cb49164 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -240,4 +240,5 @@ if(USE_X11) add_executable(${DOLPHIN_NOGUI_EXE} ${SRCS} ${NOGUI_SRCS}) target_link_libraries(${DOLPHIN_NOGUI_EXE} ${LIBS}) set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} ${DOLPHIN_NOGUI_EXE}) + install(TARGETS ${DOLPHIN_NOGUI_EXE} RUNTIME DESTINATION ${bindir}) endif()