You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
213 B
5 lines
213 B
3 years ago
|
|
||
|
add_executable(arpa2fst ${CMAKE_CURRENT_SOURCE_DIR}/arpa2fst.cc)
|
||
|
target_include_directories(arpa2fst PRIVATE ${SPEECHX_ROOT} ${SPEECHX_ROOT}/kaldi)
|
||
3 years ago
|
target_link_libraries(arpa2fst PUBLIC kaldi-lm glog gflags fst)
|