CMakeLists.txt 182 B

12345678
  1. add_subdirectory(csrc)
  2. if(KALDI_NATIVE_FBANK_BUILD_PYTHON)
  3. message(STATUS "Building Python")
  4. add_subdirectory(python)
  5. else()
  6. message(STATUS "Disable building Python")
  7. endif()