]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Started matching VC project layout
authorShane Burrell <shaneb@metrostat.net>
Wed, 11 Feb 2009 23:11:28 +0000 (23:11 +0000)
committerShane Burrell <shaneb@metrostat.net>
Wed, 11 Feb 2009 23:11:28 +0000 (23:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11896 d0543943-73ff-0310-b7d9-9358b9ac24b2

CMakeLists.txt

index fe54e9999aae2f75d02bc038f40e4a719585aefa..ddc5a4b486eb04c2ad08ecf43e9d6adfd11a652c 100644 (file)
@@ -180,6 +180,6 @@ SET ( freeswitch_SRCS src/switch.c src/include/switch.h)
 ADD_EXECUTABLE(freeswitch ${freeswitch_SRCS})
 
 
-TARGET_LINK_LIBRARIES(freeswitch teletone pcre resample switch_ivr switch_ivr_async switch_core switch_core_asr switch_channel switch_core_io switch_apr switch_utils switch_xml switch_buffer switch_caller switch_buffer switch_config switch_console switch_core_codec switch_core_db switch_core_directory switch_core_event_hook switch_core_file switch_core_hash switch_core_media_bug switch_core_memory switch_core_port_allocator switch_core_rwlock switch_core_session switch_core_speech switch_core_sqldb switch_core_state_machine switch_core_timer switch_dso switch_event switch_ivr_async switch_ivr_bridge switch_ivr_menu switch_ivr_originate switch_ivr_play_say switch_loadable_module switch_log switch_odbc switch_pcm switch_regex switch_resample switch_rtp switch_scheduler switch_stun switch_swig switch_time stfu ${optionalLibs})
+TARGET_LINK_LIBRARIES(freeswitch teletone pcre resample freeswith_la stfu ${optionalLibs})