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 --- importer/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 importer/CMakeLists.txt (limited to 'importer/CMakeLists.txt') diff --git a/importer/CMakeLists.txt b/importer/CMakeLists.txt deleted file mode 100644 index 587952e..0000000 --- a/importer/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -project(dict_importer VERSION 0.1 LANGUAGES C) - -file(GLOB src CONFIGURE_DEPENDS "*.c") -add_executable(dict_importer ${src}) - -target_compile_options(dict_importer PRIVATE -Wall -Wextra -Wpedantic -Werror) -target_include_directories(dict_importer PUBLIC "${PROJECT_BINARY_DIR}" "${PROJECT_SOURCE_DIR}") -target_link_libraries(dict_importer sqlite3 lib) - -- cgit v1.2.3