]> git.llucax.com Git - software/posixx.git/blob - src/posixx.pc.template
Add accessors with reference semantics to objects
[software/posixx.git] / src / posixx.pc.template
1
2 prefix=PREFIX
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${prefix}/include
6
7 Name: posixx
8 Description: Thin C++ wrapper for POSIX API
9 URL: https://spec-dev.integratech.net/redmine/projects/show/posixx
10 Version: 0.1
11 Cflags: -I${includedir}
12