From 6dd0c4747aa57227b5898fc639e3f2b643ce013c Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 15 Apr 2024 22:16:28 +0200 Subject: feat: Remove C implementation --- lib/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/CMakeLists.txt (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt deleted file mode 100644 index 023cdf1..0000000 --- a/lib/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -file(GLOB lib CONFIGURE_DEPENDS "*.h" "*.c") - -add_library(lib ${lib}) -target_compile_options(lib PRIVATE -Wall -Wextra -Wpedantic -Werror) -target_link_libraries(lib sqlite3 ncursesw m c) -- cgit v1.2.3