Create project
This commit is contained in:
commit
946eb4cc07
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.user
|
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(lifo-dijkstraserv LANGUAGES C)
|
||||
|
||||
add_executable(lifo-dijkstraserv main.c)
|
Loading…
Reference in New Issue
Block a user