mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
prefix=PREFIX
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${exec_prefix}/include
|
|
Name: pprzmath
|
|
Description: math library used in Paparazzi project (http://paparazzi.enac.fr)
|
|
Version:0.1
|
|
Libs: -L${libdir} -lpprzmath
|
|
Cflags: -I${includedir}/pprz
|