mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
geometry.index example: fixed compile errors in MinGW - added threading=multi in Jamfile for tests using Boost.Chrono timers.
[SVN r84668]
This commit is contained in:
parent
43c3838e10
commit
96f7ab8531
@ -44,11 +44,11 @@ if $(GLUT_ROOT)
|
|||||||
}
|
}
|
||||||
|
|
||||||
exe random_test : random_test.cpp ;
|
exe random_test : random_test.cpp ;
|
||||||
link benchmark.cpp /boost//chrono ;
|
link benchmark.cpp /boost//chrono : <threading>multi ;
|
||||||
link benchmark2.cpp /boost//chrono ;
|
link benchmark2.cpp /boost//chrono : <threading>multi ;
|
||||||
link benchmark3.cpp /boost//chrono ;
|
link benchmark3.cpp /boost//chrono : <threading>multi ;
|
||||||
link benchmark_experimental.cpp /boost//chrono ;
|
link benchmark_experimental.cpp /boost//chrono : <threading>multi ;
|
||||||
if $(GLUT_ROOT)
|
if $(GLUT_ROOT)
|
||||||
{
|
{
|
||||||
link glut_vis.cpp glut ;
|
link glut_vis.cpp glut ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user