diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a5ebb..e0d4ec8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,3 +97,4 @@ endif() target_include_directories(adbd PRIVATE "${CMAKE_SOURCE_DIR}") target_link_libraries(adbd uv) +install(TARGETS adbd DESTINATION bin)