3 lines
76 B
CMake
3 lines
76 B
CMake
cmake_minimum_required(VERSION 3.15.2)
|
|
project(MAGTET)
|
|
add_subdirectory(src) |