mirror of https://github.com/lwvmobile/mbelib
Disable Tests; Increment Version; Restore File;
This commit is contained in:
parent
5a4f522306
commit
4124260a95
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
Loading…
Reference in New Issue