diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-11-30 13:17:23 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-11-30 13:17:23 +0100 |
commit | 2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5 (patch) | |
tree | 3d1abad5b3093439c08c9e02ffd5d9d04efdb33d | |
parent | 8334b6a09f2a74ad7a6652f3d4a3d5ab9beca1a0 (diff) | |
parent | 6518296e9954dadd521971456639717eb85e5000 (diff) | |
download | MultiMC-2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5.tar MultiMC-2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5.tar.gz MultiMC-2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5.tar.lz MultiMC-2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5.tar.xz MultiMC-2eaf33816b0c4f6fd61ea2b086fa1c4f9fcba4c5.zip |
Merge https://github.com/brainiac744/MultiMC5 into develop
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dfce1fad..e8292ce6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -535,7 +535,7 @@ IF (MultiMC_INSTALL_SHARED_LIBS) INSTALL(CODE " file(GLOB_RECURSE QTPLUGINS - \"\${CMAKE_INSTALL_PREFIX}/${PLUGIN_DEST_DIR}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\") + \"\${CMAKE_INSTALL_PREFIX}/${PLUGIN_DEST_DIR}/*${CMAKE_SHARED_LIBRARY_SUFFIX}\") include(BundleUtilities) fixup_bundle(\"${APPS}\" \"\${QTPLUGINS}\" \"${DIRS}\") " COMPONENT Runtime) |