Skip to content

Commit

Permalink
added CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
atoader-2 committed Jan 9, 2015
1 parent 4214581 commit ffac2d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required (VERSION 2.6)
project (HRTree)

add_subdirectory (lib)
add_subdirectory (src)
add_subdirectory (test)

0 comments on commit ffac2d2

Please sign in to comment.