cdevelop
2023-11-15 eff2570faf3dae7908db87edf4ef1a6ea88e5b33
runtime/onnxruntime/CMakeLists.txt
@@ -55,7 +55,10 @@
    # with some patch to fix the make errors. 
    add_subdirectory(third_party/openfst)
    include_directories(${openfst_SOURCE_DIR}/src/include)
    if(WIN32)
    include_directories(${openfst_SOURCE_DIR}/src/lib)
    endif()
endif()
add_subdirectory(third_party/yaml-cpp)