summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@gmail.com>2012-12-22 12:51:01 +0100
committerNeoBrainX <NeoBrainX@gmail.com>2012-12-24 21:29:24 +0100
commit4798524b754bc4816c0d8525473e84f3dba28b3a (patch)
tree07fbfc93e801fb9daff0e5b3dd19b9698b2bde44 /Source/Core
parente3e14af0dd54f00ac762ef13f3a3a7737c2c867f (diff)
Dolphin 3.5 release.3.5
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt
index d03cf7c6b1..f72b200ed9 100644
--- a/Source/Core/DolphinWX/CMakeLists.txt
+++ b/Source/Core/DolphinWX/CMakeLists.txt
@@ -196,3 +196,5 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
else()
install(TARGETS ${DOLPHIN_EXE} RUNTIME DESTINATION ${bindir})
endif()
+
+set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} ${DOLPHIN_EXE})