skein/CMakeLists.txt

5 lines
100 B
CMake
Raw Normal View History

2023-07-23 16:46:30 +02:00
cmake_minimum_required(VERSION 3.27)
project(HelloWorld)
add_executable(${PROJECT_NAME} hello.cpp)