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

8 lines
164 B
CMake

cmake_minimum_required(VERSION 3.9)
project(yolo_example)
add_executable(yolo_example example.cpp)
target_include_directories(yolo_example PRIVATE "../include")