forked from adhearsion/cspeech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
srgs compiles, working on unit tests
- Loading branch information
Showing
7 changed files
with
393 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,10 @@ lib_LTLIBRARIES = libcspeech-@[email protected] | |
## from each source file. Note that it is not necessary to list header files | ||
## which are already listed elsewhere in a _HEADERS variable assignment. | ||
libcspeech_@CSPEECH_API_VERSION@_la_SOURCES = cspeech.cc \ | ||
cspeech/logger.cc \ | ||
cspeech/nlsml.cc \ | ||
cspeech/srgs.cc | ||
cspeech/srgs.cc \ | ||
cspeech/utils.cc | ||
|
||
## Instruct libtool to include ABI version information in the generated shared | ||
## library file (.so). The library ABI version is defined in configure.ac, so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.