mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-cpp/pcg-cpp: add .pc file + examples use flag
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
9
dev-cpp/pcg-cpp/files/pcg-cpp.pc
Normal file
9
dev-cpp/pcg-cpp/files/pcg-cpp.pc
Normal file
@@ -0,0 +1,9 @@
|
||||
prefix=@PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: pcg-cpp
|
||||
Description: Family of better random number generators
|
||||
URL: https://www.pcg-random.org
|
||||
Version: 0.98.1
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user