Skip to content

Commit

Permalink
Create CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtyls authored Mar 12, 2019
1 parent e81fdd0 commit 5d74907
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cmake_minumum_required(VERSION 2.6)

project(helloworld)

add_subdirectory(src)

0 comments on commit 5d74907

Please sign in to comment.