From 02a7d147ef79009cc1997f073b7348cbe5085aea Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 1 Oct 2013 16:13:21 -0500 Subject: Add run script to install. Also renamed "translations_target" to "translations". The old name was dumb and annoying. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e51bbfe8..140037cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -433,6 +433,7 @@ INSTALL(TARGETS MultiMC BUNDLE DESTINATION . COMPONENT Runtime RUNTIME DESTINATION bin COMPONENT Runtime ) +INSTALL(FILES package/linux/MultiMC DESTINATION .) ENDIF() ENDIF() @@ -513,6 +514,6 @@ else (UPDATE_TRANSLATIONS) qt5_add_translation(QM_FILES ${TRANSLATIONS_FILES}) endif (UPDATE_TRANSLATIONS) -add_custom_target (translations_target DEPENDS ${QM_FILES}) +add_custom_target (translations DEPENDS ${QM_FILES}) install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/translations) -- cgit v1.2.3