CMakeLists.txt 187 Bytes
Newer Older
moto's avatar
moto committed
1
2
add_library(warprnnt STATIC submodule/src/rnnt_entrypoint.cpp)
target_compile_definitions(warprnnt PRIVATE RNNT_DISABLE_OMP)
moto's avatar
moto committed
3
target_include_directories(warprnnt PUBLIC submodule/include)