6 lines
84 B
CMake
6 lines
84 B
CMake
cmake_minimum_required(VERSION 3.31)
|
|
|
|
project(Ugly)
|
|
|
|
add_subdirectory(./source/app)
|