Merge branch 'benchmarks' into develop

This commit is contained in:
emeric
2024-02-03 14:58:13 +01:00
8 changed files with 212 additions and 140 deletions
+7
View File
@@ -70,6 +70,13 @@ elseif (IMAGE_LIBRARY STREQUAL STB AND NOT STB_FOUND)
endif ()
message(STATUS "IMAGE_LIBRARY set to ${IMAGE_LIBRARY}")
# Benchmark
option(BUILD_BENCHMARKS "Build benchmarks" OFF)
if (BUILD_BENCHMARKS)
find_package(benchmark REQUIRED)
message(STATUS "Building benchmarks")
endif()
add_subdirectory(src)
install(DIRECTORY approot DESTINATION share/lms)