mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-21 19:11:21 +00:00
4 lines
94 B
CMake
4 lines
94 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(test)
|
|
add_executable(hello_world hello_world.cpp)
|