mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
3bb1fcfd3c
Signed-off-by: DL6ER <dl6er@dl6er.de>
17 lines
428 B
CMake
17 lines
428 B
CMake
# Pi-hole: A black hole for Internet advertisements
|
|
# (c) 2020 Pi-hole, LLC (https://pi-hole.net)
|
|
# Network-wide ad blocking via your own hardware.
|
|
#
|
|
# FTL Engine
|
|
# /CMakeList.txt
|
|
#
|
|
# This file is copyright under the latest version of the EUPL.
|
|
# Please see LICENSE file for your rights under this license.
|
|
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
project(PIHOLE_FTL C)
|
|
|
|
set(DNSMASQ_VERSION pi-hole-v2.90)
|
|
|
|
add_subdirectory(src)
|