mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Added all of enet lib, changed Cmake files accordingly
This commit is contained in:
10
Externals/enet/libenet.pc.in
vendored
Normal file
10
Externals/enet/libenet.pc.in
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Low-latency UDP networking library supporting optional reliability
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lenet
|
Reference in New Issue
Block a user