Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Aug 17, 2019
0 parents commit ad587d5
Show file tree
Hide file tree
Showing 5 changed files with 695 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
*.swp
.idea
build
cmake-build-*
6 changes: 6 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,6 @@

cmake_minimum_required(VERSION 3.2)

project(chiaki)

add_subdirectory(test)

0 comments on commit ad587d5

Please sign in to comment.