1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-01 00:14:52 +00:00

14 lines
145 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 2.6)
INCLUDE_DIRECTORIES(include/)
SET ( stfu_SRCS stfu.c stfu.h)
ADD_LIBRARY(stfu STATIC ${stfu_SRCS})