Initial commit

This commit is contained in:
2023-03-23 14:26:14 +03:00
commit 9ded69e903
17 changed files with 823 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.22)
project(graphics_labs)
add_subdirectory(lab2)