Merge pull request 'feat add bnflite' (#8) from feat/add_clamp into develop
All checks were successful
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m4s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m5s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m16s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m12s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m23s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m28s
linux-x64-gcc / linux-gcc (push) Successful in 1m51s

Reviewed-on: #8
This commit is contained in:
tqcq 2024-01-12 10:52:05 +00:00
commit 30f46d994f
2 changed files with 1188 additions and 1 deletions

1186
3party/bnflite/bnflite.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,8 @@ target_link_libraries(${PROJECT_NAME} PUBLIC fmt::fmt jsoncpp_static
target_compile_definitions(${PROJECT_NAME} PRIVATE ULIB_LIBRARY_IMPL) target_compile_definitions(${PROJECT_NAME} PRIVATE ULIB_LIBRARY_IMPL)
target_include_directories( target_include_directories(
${PROJECT_NAME} ${PROJECT_NAME}
PUBLIC 3party/inja PUBLIC 3party/bnflite
3party/inja
3party/mongoose 3party/mongoose
3party/nlohmann 3party/nlohmann
3party/nonstd 3party/nonstd