mirror of
https://github.com/sloven-c/hashmap.git
synced 2025-10-30 17:37:23 +01:00
Initial 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(hashmap C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(hashmap main.c)
|
||||
Reference in New Issue
Block a user