freeswitch/libs/libresample/CMakeLists.txt
Shane Burrell 5f7f9b0978 Added CMAKE libresample
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11903 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-12 00:42:01 +00:00

14 lines
215 B
CMake

cmake_minimum_required(VERSION 2.6)
INCLUDE_DIRECTORIES(include/)
SET ( resample_SRCS src/resample.c src/filterkit.c src/resamplesubs.c include/libresample.h)
ADD_LIBRARY(resample STATIC ${resample_SRCS})