mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
initial commit
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.26)
|
||||
project(uml)
|
||||
|
||||
add_library(uml source/Vector3.cpp)
|
||||
add_subdirectory(source)
|
||||
|
||||
target_include_directories(uml PUBLIC include)
|
||||
Reference in New Issue
Block a user