diff --git a/CMakeLists.txt b/CMakeLists.txt index 82c0c90..8172308 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/libmbe.pc.in b/libmbe.pc.in new file mode 100644 index 0000000..5951e42 --- /dev/null +++ b/libmbe.pc.in @@ -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} \ No newline at end of file diff --git a/mbelib.h b/mbelib.h index 67daf36..5a93a38 100644 --- a/mbelib.h +++ b/mbelib.h @@ -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 {