File: openscenegraph.pc.in

package info (click to toggle)
openscenegraph 3.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,904 kB
  • ctags: 34,781
  • sloc: cpp: 370,251; ansic: 10,145; java: 1,020; yacc: 548; objc: 288; makefile: 282; xml: 155; lex: 151
file content (28 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# pkg-config source file

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib@LIB_POSTFIX@
includedir=${prefix}/include

Name: openscenegraph
Description: 3D scenegraph
Version: @OPENSCENEGRAPH_VERSION@
Requires: openthreads
Conflicts:
Libs: -L${libdir} -losg@CMAKE_BUILD_POSTFIX@ \
                  -losgDB@CMAKE_BUILD_POSTFIX@ \
                  -losgFX@CMAKE_BUILD_POSTFIX@ \
                  -losgGA@CMAKE_BUILD_POSTFIX@ \
                  -losgParticle@CMAKE_BUILD_POSTFIX@ \
                  -losgSim@CMAKE_BUILD_POSTFIX@ \
                  -losgText@CMAKE_BUILD_POSTFIX@ \
                  -losgUtil@CMAKE_BUILD_POSTFIX@ \
                  -losgTerrain@CMAKE_BUILD_POSTFIX@ \
                  -losgManipulator@CMAKE_BUILD_POSTFIX@ \
                  -losgViewer@CMAKE_BUILD_POSTFIX@ \
                  -losgWidget@CMAKE_BUILD_POSTFIX@ \
                  -losgShadow@CMAKE_BUILD_POSTFIX@ \
                  -losgAnimation@CMAKE_BUILD_POSTFIX@ \
                  -losgVolume@CMAKE_BUILD_POSTFIX@
Cflags: -I${includedir}