File: itpp.pc.cmake.in

package info (click to toggle)
libitpp 4.3.1-13
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (12 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_PREFIX@/lib/@CMAKE_LIBRARY_ARCHITECTURE@
includedir=@CMAKE_INSTALL_PREFIX@/include

Name: @PACKAGE_NAME@
Description: @PACKAGE_NAME@ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Version: @PACKAGE_VERSION@
URL: http://itpp.sourceforge.net/
Libs: -L${libdir} -l@libitpp_target@
Libs.private:@ITPP_LIBS@
Cflags: -I${includedir}