- more changes to allow CI runs on this project
This commit is contained in:
@@ -24,3 +24,5 @@ set (GSM_SOURCES
|
||||
)
|
||||
|
||||
add_library(gsm_codec ${GSM_SOURCES})
|
||||
target_include_directories(gsm_codec PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_compile_definitions(gsm_codec PUBLIC HAS_STDLIB_H HAS_STRING_H)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
//#include "config.h"
|
||||
|
||||
|
||||
#ifdef HAS_STDLIB_H
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
//#include "config.h"
|
||||
|
||||
#ifdef HAS_STRING_H
|
||||
#include <string.h>
|
||||
|
||||
@@ -307,4 +307,11 @@ SET (RUTIL_SOURCES
|
||||
|
||||
|
||||
add_library(resiprocate ${ARES_SOURCES} ${RUTIL_SOURCES} ${STACK_SOURCES} ${DUM_SOURCES})
|
||||
|
||||
target_include_directories(resiprocate PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/contrib/ares
|
||||
/usr/local/include
|
||||
)
|
||||
target_compile_definitions(resiprocate PUBLIC -DUSE_ARES -DUSE_SSL)
|
||||
#add_library(resiprocate_lite ${RUTIL_SOURCES} ${STACK_SOURCES})
|
||||
|
||||
@@ -20,3 +20,8 @@ set (SPEEXDSP_SOURCES
|
||||
)
|
||||
|
||||
add_library(speexdsp ${SPEEXDSP_SOURCES})
|
||||
target_compile_definitions(speexdsp PUBLIC -DUSE_KISS_FFT -DFIXED_POINT)
|
||||
|
||||
target_include_directories(speexdsp PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libspeexdsp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
|
||||
@@ -35,3 +35,7 @@ set (SRTP_SOURCES
|
||||
)
|
||||
|
||||
add_library(srtp ${SRTP_SOURCES})
|
||||
target_include_directories(srtp PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/crypto/include
|
||||
)
|
||||
|
||||
@@ -173,3 +173,9 @@ set (WEBRTC_SOURCES
|
||||
)
|
||||
|
||||
add_library(webrtc ${WEBRTC_SOURCES})
|
||||
|
||||
target_include_directories(webrtc PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/signal_processing_library
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/utility
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user