SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
sameboy.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 includedir=${prefix}/include
4 libdir=${prefix}/lib
5
6 Name: sameboy
7 Description: SameBoy's emulation core as a library
8 Version: @version@
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -lsameboy
11 Libs.private: -lm -lc
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.