Statistics
| Branch: | Tag: | Revision:

hlrc / client / cpp / hlrc_client.pc.in @ 0c286af0

History | View | Annotate | Download (274 Bytes)

1
#pkg config file for @PROJECT_NAME@
2
prefix=@CMAKE_INSTALL_PREFIX@
3
exec_prefix=${prefix}
4
libdir=${prefix}/lib
5
includedir=${prefix}/include
6

    
7
Name: @PROJECT_NAME@
8
Description: hlrc client cpp
9
Version: 0.1
10
Requires: 
11
Libs: -L${libdir} -l@PROJECT_NAME@
12
Cflags: -I${includedir}
13

    
14