forked from Mirrors/freeswitch
Added CMAKE stfu
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11905 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bc514c9df9
commit
50c731b001
13
libs/stfu/CMakeLists.txt
Normal file
13
libs/stfu/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES(include/)
|
||||||
|
|
||||||
|
SET ( stfu_SRCS stfu.c stfu.h)
|
||||||
|
ADD_LIBRARY(stfu STATIC ${stfu_SRCS})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user