Unverified Commit b4c9aa54 authored by moto's avatar moto Committed by GitHub
Browse files

Move RIR csrc to dedicated subdirectory (#3606)

parent 5e893d6f
......@@ -42,7 +42,7 @@ if(BUILD_RNNT)
endif()
if(BUILD_RIR)
list(APPEND sources rir.cpp)
list(APPEND sources rir/rir.cpp)
list(APPEND compile_definitions INCLUDE_RIR)
endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment