Dolphin 3.5 release.

This commit is contained in:
NeoBrainX 2012-12-22 12:51:01 +01:00
commit 4798524b75
4 changed files with 22 additions and 16 deletions

View file

@ -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})