File: sdformat_pc.in

package info (click to toggle)
sdformat 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,492 kB
  • ctags: 6,349
  • sloc: cpp: 26,300; python: 1,633; ruby: 217; ansic: 79; sh: 77; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
prefix="@CMAKE_INSTALL_PREFIX@"
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: SDF
Description: Robot Modeling Language (SDF)
Version: @SDF_VERSION_FULL@
Requires: ignition-math@IGNITION-MATH_REQUIRED_MAJOR_VERSION@
Libs: -L${libdir} -lsdformat
CFlags: -I${includedir}/sdformat-@SDF_VERSION@ -std=c++11