geometry.index example: Changed rules from exe to link of some examples because of infinite loops.

[SVN r84664]
This commit is contained in:
Adam Wulkiewicz 2013-06-06 23:33:23 +00:00
parent 060aefcef6
commit fedc24f832

View File

@ -44,11 +44,11 @@ if $(GLUT_ROOT)
}
exe random_test : random_test.cpp ;
exe benchmark : benchmark.cpp /boost//chrono ;
exe benchmark2 : benchmark2.cpp /boost//chrono ;
exe benchmark3 : benchmark3.cpp /boost//chrono ;
exe benchmark_experimental : benchmark_experimental.cpp /boost//chrono ;
link benchmark.cpp /boost//chrono ;
link benchmark2.cpp /boost//chrono ;
link benchmark3.cpp /boost//chrono ;
link benchmark_experimental.cpp /boost//chrono ;
if $(GLUT_ROOT)
{
exe glut_vis : glut_vis.cpp glut ;
link glut_vis.cpp glut ;
}