1# Copyright 2005-2019 The Mumble Developers. All rights reserved.
2# Use of this source code is governed by a BSD-style license
3# that can be found in the LICENSE file at the root of the
4# Mumble source tree or at <https://www.mumble.info/LICENSE>.
5
6include(../plugins.pri)
7
8TARGET = breach
9SOURCES = breach.cpp
10LIBS += -luser32
11
12