Skip to content

Commit 5bc8c9a

Browse files
committed
使用ksightCli,现在可以自动补全,统一入口
1 parent 56b96c2 commit 5bc8c9a

File tree

19 files changed

+2865
-410
lines changed

19 files changed

+2865
-410
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ if (NOT EXISTS ${CONFIG_SRC_GEN_DIR})
7575
endif ()
7676
include_directories(${CONFIG_SRC_GEN_DIR})
7777

78-
# 修改默认安装路径为 <build_dir>/install而不是/usr/local
78+
# 修改默认安装路径为 /usr/local/bin/ksight
7979
# 可通过 cmake -DCMAKE_INSTALL_PREFIX=<install_dir> 修改路径
80-
if (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr/local")
81-
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install/)
82-
endif ()
83-
message(STATUS "install directory: ${CMAKE_INSTALL_PREFIX}")
80+
# if (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr/local")
81+
# set(CMAKE_INSTALL_PREFIX "/usr/local/bin/ksight")
82+
# endif ()
83+
# message(STATUS "install directory: ${CMAKE_INSTALL_PREFIX}")
8484

8585
# include backend common source file
8686
set(BPF_COMMON_FILES_DIR ${CMAKE_SOURCE_DIR}/src/bpf_common_helper)

ksightCli/cli_arg_parser.py

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)