Files
Aeon/ThirdParty/Yolo/benchmark/CMakeLists.txt
2025-06-29 23:33:26 +01:00

8 lines
172 B
CMake

cmake_minimum_required(VERSION 3.9)
project(yolo_benchmark)
add_executable(yolo_benchmark benchmark.cpp)
target_include_directories(yolo_benchmark PRIVATE "../include")