Merge branch 'master' of ssh://bitbucket.org/glavaux/cosmotool

This commit is contained in:
Guilhem Lavaux 2013-03-07 17:24:18 -05:00
commit 6296f4c8cf
81 changed files with 377 additions and 100 deletions

View file

@ -20,6 +20,9 @@ target_link_libraries(testkd ${tolink})
add_executable(testkd2 testkd2.cpp)
target_link_libraries(testkd2 ${tolink})
add_executable(testkd3 testkd3.cpp)
target_link_libraries(testkd3 ${tolink})
add_executable(testDelaunay testDelaunay.cpp)
target_link_libraries(testDelaunay ${tolink})