From 0cf5c7d6d485ab0263621fdc870938ba2ba6a85e Mon Sep 17 00:00:00 2001 From: Casey Kelso Date: Mon, 20 Jan 2025 13:28:31 +0800 Subject: [PATCH] * add install for adbd to bin --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)