diff options
| author | luwenpeng <[email protected]> | 2024-08-21 13:59:44 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-21 18:18:40 +0800 |
| commit | 7625f62a8056fee02b92e6ddb022af61cc6d26f2 (patch) | |
| tree | 196b21584e66b708b40bb68ec63b3f5ab7340a1e /CMakeLists.txt | |
| parent | b9d663780035d74dd2b4288d4702f3e7dde0d775 (diff) | |
refactor: rename script to scripts
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
