Fixed: A system header inclusion was in "ou" namespace and that caused compile errors...
[ode.git] / ode.pc.in
blob9fa106af6cc5ca53883df1d8488dc3a83bb9e07f
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 precision=@ODE_PRECISION@
7 Name: ode
8 Description: Open Dynamics Engine
9 Version: @ODE_VERSION@
10 Libs: -L${libdir} -lode
11 Libs.private: -lstdc++ -lm
12 Cflags: -I${includedir}