mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-21 07:46:18 +00:00
5 lines
74 B
CMake
5 lines
74 B
CMake
add_subdirectory(csrc)
|
|
if(NOT ANDROID)
|
|
add_subdirectory(python)
|
|
endif()
|