forked from coin3d/sowin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoWin.pc.cmake.in
More file actions
27 lines (25 loc) · 746 Bytes
/
SoWin.pc.cmake.in
File metadata and controls
27 lines (25 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
docdir=@docdir@
infodir=@infodir@
mandir=@mandir@
Name: @PROJECT_NAME@
Description: A Windows Gui-toolkit binding for Coin
Version: @PROJECT_VERSION@
URL: @PKG_CONFIG_URL@
Requires: @PKG_CONFIG_REQUIRES@
Requires.private: @PKG_CONFIG_REQUIRES_PRIVATE@
Conflicts: @PKG_CONFIG_CONFLICTS@
Libs: -L${libdir} @PKG_CONFIG_LDFLAGS@ @PKG_CONFIG_LIBS@
Libs.private: @PKG_CONFIG_LIBS_PRIVATE@
Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@ @PKG_CONFIG_CPPFLAGS@
sowin_host=@PKG_CONFIG_HOST@
compiler=@PKG_CONFIG_COMPILER@
compiler_is_gcc=@PKG_CONFIG_COMPILER_IS_GCC@
htmldir=@htmldir@
msvcrt=@PKG_CONFIG_MSVC_LIBC@