Add install step

This commit is contained in:
Martin Delille 2023-04-29 11:29:37 +02:00 committed by Rick Blommers
parent ce7784e578
commit 485c4e8e70

View File

@ -27,3 +27,18 @@ target_include_directories(QtAwesome
target_link_libraries(QtAwesome PUBLIC
Qt${QT_VERSION_MAJOR}::Widgets
)
install(TARGETS QtAwesome
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
install(FILES
QtAwesome/QtAwesome.h
QtAwesome/QtAwesomeAnim.h
QtAwesome/QtAwesomeEnumGenerated.h
QtAwesome/QtAwesomeStringGenerated.h
DESTINATION include
)