5 lines
81 B
CMake
5 lines
81 B
CMake
cmake_minimum_required(VERSION 3.15)
|
|
|
|
project(Kylin)
|
|
|
|
add_subdirectory(Universal) |