Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Jun 20, 2017
0 parents commit dfd87d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#build
build/
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required (VERSION 3.8.2)
project(KeyValueStorage)

include_directories(include)

file(GLOB SOURCES "src/*.c")

add_executable(main ${SOURCES})

0 comments on commit dfd87d8

Please sign in to comment.