mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
feat: Enable install files into CMAKE_INSTALL_PREFIX.
support "make install" for usually used or build package. Log: enable install after make.
This commit is contained in:
parent
e981a17839
commit
1d3a928b99
1 changed files with 2 additions and 0 deletions
|
@ -336,3 +336,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
|
|||
Qt${QT_VERSION_MAJOR}::Multimedia
|
||||
QtScrcpyCore
|
||||
)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
|
||||
|
|
Loading…
Add table
Reference in a new issue