initial
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.31)
|
||||
project(cprotohackers C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(cprotohackers main.c
|
||||
main.h
|
||||
data.c
|
||||
data.h)
|
||||
target_link_libraries(cprotohackers wsock32 ws2_32)
|
||||
Reference in New Issue
Block a user