doudou / typelib

A type/value introspection library for C++, and a Ruby library allowing to cleanly dynamically interface with C code

typelib / typelib.pc.in
100644 12 lines (9 sloc) 0.259 kb
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include
 
Name: typelib
Description: Type model and manipulation library
Version: @PROJECT_VERSION@
Libs: -L${libdir} -ltypeLib
Cflags: -I${includedir}