aboutsummaryrefslogtreecommitdiffstats
path: root/speexdsp/CMakeLists.txt
blob: 1667dfec281b79f8a16446b95173acb7268982df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#

add_library(speexresampler STATIC resample.c)

set_target_properties(speexresampler PROPERTIES
	LINK_FLAGS "${WS_LINK_FLAGS}"
	FOLDER "Libs"
)