7 lines
89 B
CMake
7 lines
89 B
CMake
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Bilby)
|
|
|
|
add_executable(Bilby
|
|
main.cpp
|
|
) |