cmake-action/test/CMakeLists.txt
2023-01-06 15:23:09 +07:00

4 lines
94 B
CMake

cmake_minimum_required(VERSION 3.0)
project(test)
add_executable(hello_world hello_world.cpp)