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