aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/CMakeLists.txt
blob: 842f18f614b1d4c5ac9b7d513fbec29d74648435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
    filterrule.cpp
    filterrule.h

    formats/adblockrule.cpp
    formats/adblockrule.h
)

target_link_libraries(urlfilter Qt5::WebEngineWidgets)