mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-22 00:06:14 +00:00
5 lines
87 B
CMake
5 lines
87 B
CMake
add_subdirectory(csrc)
|
|
if(kaldifeat_BUILD_PYMODULE)
|
|
add_subdirectory(python)
|
|
endif()
|