2014-03-10 09:32:03 +00:00
|
|
|
|
|
|
|
set(HTS_ENGINE_SOURCES
|
|
|
|
lib/HTS_audio.c
|
|
|
|
lib/HTS_engine.c
|
|
|
|
lib/HTS_gstream.c
|
|
|
|
lib/HTS_label.c
|
|
|
|
lib/HTS_misc.c
|
|
|
|
lib/HTS_model.c
|
|
|
|
lib/HTS_pstream.c
|
|
|
|
lib/HTS_sstream.c
|
|
|
|
lib/HTS_vocoder.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
add_library(hts_engine STATIC
|
|
|
|
${HTS_ENGINE_SOURCES}
|
|
|
|
)
|
2020-08-19 13:49:50 +00:00
|
|
|
|
|
|
|
target_include_directories(hts_engine PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
|
|
|
|
|
|
|
add_library(Flightgear::HTSEngine ALIAS hts_engine)
|