RawSubFile support multi file access

This commit is contained in:
froejdh_e
2025-04-30 14:37:26 +02:00
parent 12ae1424fb
commit 07d201b9ad
12 changed files with 386 additions and 188 deletions

View File

@ -84,6 +84,8 @@ if(AARE_BENCHMARKS)
add_subdirectory(benchmarks)
endif()
#Set the log level for the library
add_compile_definitions(AARE_LOG_LEVEL=aare::logINFO)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)