data_structure/CMakeLists.txt

7 lines
118 B

2 years ago
cmake_minimum_required(VERSION 3.24)
project(untitled1 C)
set(CMAKE_C_STANDARD 11)
2 years ago
add_executable(untitled1 main.c)