Revert "Update gitignore"
[libside.git] / src / libtgif.pc.in
1 # SPDX-License-Identifier: MIT
2 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
3
4 prefix=@prefix@
5 exec_prefix=@exec_prefix@
6 libdir=@libdir@
7 includedir=@includedir@
8
9 Name: Restartable sequence
10 Description: Restartable sequence library
11 Version: @PACKAGE_VERSION@
12 Requires:
13 Libs: -L${libdir} -ltgif
14 Cflags: -I${includedir}
This page took 0.029796 seconds and 4 git commands to generate.