summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2014-11-10 20:54:43 +1300
committerMatthew Parlane <parlane@gmail.com>2014-11-10 20:54:43 +1300
commit974dd2101901196d30ba09e5e7e5a6fc0f57ada2 (patch)
treefb10680f0b182c9952e97650080771983c4467dc /Source/Core
parent77043c249b21efdf9cb738a92f4ef1321ac1d16e (diff)
parentb1d8ca4730885753c92c8d20d9cbee8a44b0b66a (diff)
Merge pull request #1524 from Parlane/fix_nogui_install
Install nogui executable to bindir
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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()