aboutsummaryrefslogtreecommitdiff
path: root/libcutl.pc.in
blob: 0fe96149b7b035f16dd73d76a8264a55ff4df140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : libcutl.pc.in
# copyright : Copyright (c) 2009-2013 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}