File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
third_party/warp_transducer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414    SET (CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS}  -O2" )
1515ENDIF ()
1616
17- INCLUDE_DIRECTORIES (third_party/warp_transducer/ submodule/include )
17+ INCLUDE_DIRECTORIES (submodule/include )
1818
1919SET (CMAKE_POSITION_INDEPENDENT_CODE  ON )
2020
@@ -39,11 +39,11 @@ IF(NOT APPLE)
3939    SET (CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS}  -std=c++11 -O2" )
4040ENDIF ()
4141
42- ADD_LIBRARY (warprnnt STATIC  third_party/warp_transducer/ submodule/src/rnnt_entrypoint.cpp)
42+ ADD_LIBRARY (warprnnt STATIC  submodule/src/rnnt_entrypoint.cpp)
4343
4444INSTALL (TARGETS warprnnt
4545        RUNTIME DESTINATION  "bin" 
4646        LIBRARY DESTINATION  "lib" 
4747        ARCHIVE DESTINATION  "lib" )
4848
49- INSTALL (FILES  third_party/warp_transducer/ submodule/include /rnnt.h DESTINATION  "third_party/warp_transducer/ submodule/include" )
49+ INSTALL (FILES  submodule/include /rnnt.h DESTINATION  "submodule/include" )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments