diff options
| author | yangwei <[email protected]> | 2024-08-28 14:52:26 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-08-28 14:52:26 +0800 |
| commit | 16b18624ab32aa2b7e9691763b822bf408a43074 (patch) | |
| tree | 0c5da95935f65c379ac672ed49f6e42f1382b4ba /CMakeLists.txt | |
| parent | aa1bfb383fc542c6375c932dcb8cebfee9fb5abc (diff) | |
🦄 refactor(directory structure): restructure and rename src to infra
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 841c9e6..611e0f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ enable_testing() add_subdirectory(conf) add_subdirectory(vendor) add_subdirectory(deps) -add_subdirectory(src) +add_subdirectory(infra) add_subdirectory(decoders) add_subdirectory(scripts) add_subdirectory(include) |
