summaryrefslogtreecommitdiffstats
path: root/libraries/iconfix
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/iconfix')
-rw-r--r--libraries/iconfix/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/iconfix/CMakeLists.txt b/libraries/iconfix/CMakeLists.txt
index 6a99effe..2a9f37f8 100644
--- a/libraries/iconfix/CMakeLists.txt
+++ b/libraries/iconfix/CMakeLists.txt
@@ -19,3 +19,6 @@ qt5_use_modules(MultiMC_iconfix Core Widgets)
set_target_properties(MultiMC_iconfix PROPERTIES CXX_VISIBILITY_PRESET hidden VISIBILITY_INLINES_HIDDEN 1)
generate_export_header(MultiMC_iconfix)
+
+# Install it
+install(TARGETS MultiMC_iconfix DESTINATION ${LIBRARY_DEST_DIR})