refactor(infra/snowflake): from *.cpp to *.c

This commit is contained in:
luwenpeng
2024-08-28 18:01:12 +08:00
parent 18827c6de9
commit cb56fe90d5
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
add_library(snowflake snowflake.cpp)
add_library(snowflake snowflake.c)
target_include_directories(snowflake PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(snowflake log)