Added CMakeLists.txt
This commit is contained in:
parent
8d55d62d98
commit
03318af23b
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.13) # CMake version check
|
||||
project(VectorAlgebra) # Create project "simple_example"
|
||||
set(CMAKE_CXX_STANDARD 14) # Enable c++14 standard
|
||||
|
||||
add_library(VectorAlgebra STATIC Vector3.cpp Quaternion.cpp)
|
Loading…
x
Reference in New Issue
Block a user