mirror of
https://github.com/sloven-c/linked_list.git
synced 2025-10-30 20:17:24 +01:00
Init commit
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(linked_list C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(linked_list main.c)
|
||||
Reference in New Issue
Block a user