From 7625f62a8056fee02b92e6ddb022af61cc6d26f2 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Wed, 21 Aug 2024 13:59:44 +0800 Subject: [PATCH] refactor: rename script to scripts --- CMakeLists.txt | 2 +- {script => scripts}/CMakeLists.txt | 0 {script => scripts}/python_stat.sh | 0 {script => scripts}/shell_stat.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {script => scripts}/CMakeLists.txt (100%) rename {script => scripts}/python_stat.sh (100%) rename {script => scripts}/shell_stat.sh (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f715eb..841c9e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ add_subdirectory(vendor) add_subdirectory(deps) add_subdirectory(src) add_subdirectory(decoders) -add_subdirectory(script) +add_subdirectory(scripts) add_subdirectory(include) add_subdirectory(test) diff --git a/script/CMakeLists.txt b/scripts/CMakeLists.txt similarity index 100% rename from script/CMakeLists.txt rename to scripts/CMakeLists.txt diff --git a/script/python_stat.sh b/scripts/python_stat.sh similarity index 100% rename from script/python_stat.sh rename to scripts/python_stat.sh diff --git a/script/shell_stat.sh b/scripts/shell_stat.sh similarity index 100% rename from script/shell_stat.sh rename to scripts/shell_stat.sh