diff options
| author | luwenpeng <[email protected]> | 2024-08-28 18:02:18 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-28 18:02:18 +0800 |
| commit | d4c01c3ffb078a0f86cf0b3bbde57f95e5bdf005 (patch) | |
| tree | 4a3793fe5064260bf8967421b0d26b051f3be5f1 /infra/tuple | |
| parent | 2bd826d17995fa897502f540f6f480a8b33d02e4 (diff) | |
refactor(infra/tuple): from *.cpp to *.c
Diffstat (limited to 'infra/tuple')
| -rw-r--r-- | infra/tuple/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | infra/tuple/tuple.c (renamed from infra/tuple/tuple.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/infra/tuple/CMakeLists.txt b/infra/tuple/CMakeLists.txt index ea2df1c..9399d2d 100644 --- a/infra/tuple/CMakeLists.txt +++ b/infra/tuple/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(tuple tuple.cpp) +add_library(tuple tuple.c) target_include_directories(tuple PUBLIC ${CMAKE_CURRENT_LIST_DIR}) target_include_directories(tuple PUBLIC ${CMAKE_SOURCE_DIR}/deps/crc32) target_include_directories(tuple PUBLIC ${CMAKE_SOURCE_DIR}/include) diff --git a/infra/tuple/tuple.cpp b/infra/tuple/tuple.c index daf30ea..daf30ea 100644 --- a/infra/tuple/tuple.cpp +++ b/infra/tuple/tuple.c |
