5 lines
91 B
CMake
5 lines
91 B
CMake
cmake_minimum_required(VERSION 3.15...3.30)
|
|
|
|
project(PhanesRuntime)
|
|
|
|
add_subdirectory(Core) |