File: libs3d.pc.cmake

package info (click to toggle)
s3d 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,708 kB
  • sloc: ansic: 23,609; python: 488; perl: 98; makefile: 31; sh: 29
file content (15 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2007-2015  Sven Eckelmann <sven@narfation.org>

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@BIN_INSTALL_DIR@
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@

Name: libs3d
Version: @VERSION@
Description: Client library for the s3d server
Requires.private: libg3d freetype2 fontconfig
Libs.private: -lm
Libs: -L${libdir} -ls3d
Cflags: -I${includedir}