aboutsummaryrefslogtreecommitdiff
path: root/libcutl.pc.in
blob: 687c9ed04fad26cca0706bf1adf93063cf271b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : libcutl.pc.in
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libcutl
Description: C++ utility library
URL: http://www.codesynthesis.com/projects/libcutl/
Version: @VERSION@
Libs: -L${libdir} -lcutl
Cflags: -I${includedir}