- 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>
|
||||
|
||||
Reference in New Issue
Block a user