initial commit

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent 5edb613272
commit 3f474d0141
3 changed files with 43 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.26)
set(CMAKE_CXX_STANDARD 26)
project(uml)
add_library(uml source/Vector3.cpp)