3 lines
77 B
CMake
3 lines
77 B
CMake
|
cmake_minimum_required(VERSION 3.15.2)
|
||
|
project(SGM_ESL)
|
||
|
add_subdirectory(src)
|