- more changes to allow CI runs on this project

This commit is contained in:
2019-06-09 22:00:41 +03:00
parent 228e2d7829
commit 7d4933b066
10 changed files with 328 additions and 250 deletions

View File

@@ -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)

View File

@@ -7,7 +7,7 @@
*/
#include "config.h"
//#include "config.h"
#ifdef HAS_STDLIB_H

View File

@@ -7,7 +7,7 @@
*/
#include "config.h"
//#include "config.h"
#ifdef HAS_STRING_H
#include <string.h>