Go to file
guanyuankai 74f762c8e9 Feat: Add final compiled .dll and .so libraries for Windows and Linux 2025-11-14 18:39:29 +08:00
.vs Initial commit of SDK source code and Windows prebuilt libs 2025-11-14 17:52:46 +08:00
.vscode Fix(C++): Use const char* paths for cross-platform compatibility 2025-11-14 18:22:41 +08:00
cpp fixed: windows/linux双系统适配 2025-11-14 18:29:51 +08:00
prebuilt_libs Feat: Add final compiled .dll and .so libraries for Windows and Linux 2025-11-14 18:39:29 +08:00
src/main/java/com/bonus/sdk Fix(C++): Use const char* paths for cross-platform compatibility 2025-11-14 18:22:41 +08:00
.gitignore Initial commit of SDK source code and Windows prebuilt libs 2025-11-14 17:52:46 +08:00
README.md Initial commit of SDK source code and Windows prebuilt libs 2025-11-14 17:52:46 +08:00
pom.xml Initial commit of SDK source code and Windows prebuilt libs 2025-11-14 17:52:46 +08:00

README.md

sishu-yolo-sdk

cmake -S cpp -B build/windows -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake cmake --build build/windows --config Release