3 lines
No EOL
79 B
CMake
3 lines
No EOL
79 B
CMake
cmake_minimum_required(VERSION 3.22)
|
|
project(CPP)
|
|
add_subdirectory(hello_world) |