diff --git a/QtScrcpy/CMakeLists.txt b/QtScrcpy/CMakeLists.txt index e2fbca4..d12bc8f 100755 --- a/QtScrcpy/CMakeLists.txt +++ b/QtScrcpy/CMakeLists.txt @@ -336,3 +336,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE Qt${QT_VERSION_MAJOR}::Multimedia QtScrcpyCore ) + +install(TARGETS ${PROJECT_NAME} DESTINATION bin)