From: Shane Burrell Date: Thu, 12 Feb 2009 03:37:58 +0000 (+0000) Subject: Cmake starting point X-Git-Tag: v1.0.3~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe05f5dc5e621fac4b540689880468133dc2c2e;p=thirdparty%2Ffreeswitch.git Cmake starting point git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11914 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 870f2741e3..eb479c8f46 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -60,6 +60,42 @@ g711.c switch_pcm.c ../libs/libteletone/src/libteletone_detect.c ../libs/libteletone/src/libteletone_generate.c + +include/switch_am_config.h +include/switch.h +include/switch_apr.h +include/switch_buffer.h +include/switch_caller.h +include/switch_channel.h +include/switch_console.h +include/switch_core_event_hook.h +include/switch_scheduler.h +include/switch_core.h +include/switch_core_db.h +include/switch_config.h +include/switch_event.h +include/switch_frame.h +include/switch_ivr.h +include/switch_dso.h +include/switch_loadable_module.h +include/switch_module_interfaces.h +include/switch_platform.h +include/switch_resample.h +include/switch_regex.h +include/switch_types.h +include/switch_utils.h +include/switch_rtp.h +include/switch_stun.h +include/switch_log.h +include/switch_xml.h +include/switch_cpp.h +../libs/libteletone/src/libteletone_detect.h +../libs/libteletone/src/libteletone_generate.h +../libs/libteletone/src/libteletone.h +include/switch_odbc.h + + + )