File: properties-cpp.pc.in

package info (click to toggle)
properties-cpp 0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: cpp: 673; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: @CMAKE_PROJECT_NAME@
Description: A very simple convenience library for handling properties and signals in C++11.
Version: @PROPERTIES_CPP_VERSION_MAJOR@.@PROPERTIES_CPP_VERSION_MINOR@.@PROPERTIES_CPP_VERSION_PATCH@
Cflags: -I${includedir}