skein/CMakeLists.txt

5 lines
100 B
CMake

cmake_minimum_required(VERSION 3.27)
project(HelloWorld)
add_executable(${PROJECT_NAME} hello.cpp)