diff --git a/speechx/CMakeLists.txt b/speechx/CMakeLists.txt index db5c3cc6f8fee42d605015a891bdfab7c22b17e3..98d9e63747526f29601e7f9f3e8882402379d8f3 100644 --- a/speechx/CMakeLists.txt +++ b/speechx/CMakeLists.txt @@ -57,7 +57,7 @@ include(gtest) include(absl) # libsndfile -#include(libsndfile) +include(libsndfile) # boost # include(boost) # not work @@ -73,17 +73,9 @@ find_package(Eigen3 REQUIRED) # Kenlm include(kenlm) add_dependencies(kenlm eigen boost) -#set(kenlm_install_dir $(fc_patch)/kenlm-build) -#link_directories(${Kenlm_install_dir}/lib) -#include_directories(${fc_patch}/kenlm-src) #openblas -#include(openblas) -set(OpenBLAS_INSTALL_PREFIX ${fc_patch}/openblas-install) -link_directories(${OpenBLAS_INSTALL_PREFIX}/lib) -include_directories(${OpenBLAS_INSTALL_PREFIX}/include) - - +include(openblas) # openfst include(openfst)