NOISSUE rearrange build system
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user