Disable Tests; Increment Version; Restore File;

This commit is contained in:
lwvmobile 2022-10-24 17:18:34 -04:00
parent 5a4f522306
commit 4124260a95
3 changed files with 12 additions and 6 deletions

View File

@ -50,7 +50,3 @@ add_custom_target(uninstall
option(DISABLE_TEST "Disable building of test framework." OFF)
if (NOT DISABLE_TEST)
enable_testing()
add_subdirectory(test)
endif()

10
libmbe.pc.in Normal file
View File

@ -0,0 +1,10 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: libMBE
Description: AMBE and IMBE vocoder
Version: 1.3.2
Libs: -L${libdir} -lmbe
Libs.private: -lm
Cflags: -I${includedir}

View File

@ -17,8 +17,8 @@
#ifndef _MBELIB_H
#define _MBELIB_H
//increment to 1.3.1 to easily differentiate this version when reporting
#define MBELIB_VERSION "1.3.1"
//increment to 1.3.2 dev build for testing changes
#define MBELIB_VERSION "1.3.2"
struct mbe_parameters
{