aboutsummaryrefslogtreecommitdiff
path: root/nativeruntime/cpp/liblog/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nativeruntime/cpp/liblog/CMakeLists.txt')
-rw-r--r--nativeruntime/cpp/liblog/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/nativeruntime/cpp/liblog/CMakeLists.txt b/nativeruntime/cpp/liblog/CMakeLists.txt
deleted file mode 100644
index 520d4e216..000000000
--- a/nativeruntime/cpp/liblog/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-cmake_minimum_required(VERSION 3.10)
-
-project(log)
-
-add_library(log STATIC log.c)