Initial commit

This commit is contained in:
Евгений Титаренко 2024-02-29 17:15:12 +03:00
commit 5c69bc1034
4 changed files with 35 additions and 0 deletions

6
CMakeLists.txt Normal file
View file

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.27)
project(image_test_cpp)
set(CMAKE_CXX_STANDARD 17)
add_executable(image_test_cpp main.cpp)