From 1f85a65078815b56bbb5581675b4f6e3253d8d9f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 12:47:39 +0200 Subject: Remove CMakeLists --- lib/urlfilter/CMakeLists.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lib/urlfilter/CMakeLists.txt (limited to 'lib/urlfilter') diff --git a/lib/urlfilter/CMakeLists.txt b/lib/urlfilter/CMakeLists.txt deleted file mode 100644 index 20466d3..0000000 --- a/lib/urlfilter/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -# Find includes in corresponding build directories -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -# Instruct CMake to run moc automatically when needed. -set(CMAKE_AUTOMOC ON) - -add_library(urlfilter - # filter tree - filtertree.cpp - filtertree.h - filterleaf.cpp - filterleaf.h - domain.cpp - domain.h - - formats/adblockrule.cpp - formats/adblockrule.h - formats/hostlistrule.cpp - formats/hostlistrule.h -) - -target_link_libraries(urlfilter Qt5::WebEngineWidgets) -- cgit v1.2.1