mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 13:03:27 -04:00
Added pkg-config script for Linux. Issue #612.
This commit is contained in:
parent
4fe9669bb6
commit
a1f198bfac
1 changed files with 11 additions and 0 deletions
11
scripts/bgfx.pc
Normal file
11
scripts/bgfx.pc
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lX11 -lGL -pthread -lrt -ldl
|
||||
|
||||
Name: bgfx
|
||||
Description: Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
|
||||
Version: 1.0.0
|
Loading…
Add table
Add a link
Reference in a new issue