refactor(infra/snowflake): from *.cpp to *.c
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user