kaldifeat/kaldifeat/CMakeLists.txt
veelion a1f252c981
changes for using C++ API by other projects (#60)
Co-authored-by: veelion <veelion@gmail>
2022-11-30 12:59:38 +08:00

5 lines
87 B
CMake

add_subdirectory(csrc)
if(kaldifeat_BUILD_PYMODULE)
add_subdirectory(python)
endif()