OpenCV_Example/CMakeLists.txt

9 lines
105 B
CMake

cmake_minimum_required(VERSION 4.0)
project (OpenCvExample)
# application:
add_subdirectory(sources)