summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infra/log/CMakeLists.txt2
-rw-r--r--infra/log/log.c (renamed from infra/log/log.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/infra/log/CMakeLists.txt b/infra/log/CMakeLists.txt
index 0cdd154..2a5ae39 100644
--- a/infra/log/CMakeLists.txt
+++ b/infra/log/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(log log.cpp)
+add_library(log log.c)
target_include_directories(log PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_include_directories(log PUBLIC ${CMAKE_SOURCE_DIR}/include)
diff --git a/infra/log/log.cpp b/infra/log/log.c
index d627f35..d627f35 100644
--- a/infra/log/log.cpp
+++ b/infra/log/log.c