[Freeswitch-svn] [commit] r11905 - freeswitch/trunk/libs/stfu

FreeSWITCH SVN shaneb at freeswitch.org
Wed Feb 11 16:44:11 PST 2009


Author: shaneb
Date: Wed Feb 11 18:44:11 2009
New Revision: 11905

Log:
Added CMAKE stfu

Added:
   freeswitch/trunk/libs/stfu/CMakeLists.txt

Added: freeswitch/trunk/libs/stfu/CMakeLists.txt
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/stfu/CMakeLists.txt	Wed Feb 11 18:44:11 2009
@@ -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})
+
+
+
+
+
+
+



More information about the Freeswitch-svn mailing list