File: sdformat_pc.in

package info (click to toggle)
sdformat 9.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,708 kB
  • sloc: cpp: 42,166; python: 1,618; javascript: 704; ruby: 368; sh: 81; ansic: 37; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 341 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@IGN_MATH_VER@
Libs: -L${libdir} -lsdformat@SDF_MAJOR_VERSION@
CFlags: -I${includedir}/sdformat-@SDF_VERSION@ -std=c++17