mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
Add install step
This commit is contained in:
parent
ce7784e578
commit
485c4e8e70
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user