Welcome to mirror list, hosted at ThFree Co, Russian Federation.

openvr.pc.in « src - github.com/ValveSoftware/openvr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3edba91c09d7e4492329b729e6b975f56d385f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/openvr

Name: openvr
Description: OpenVR is an API and runtime that allos access to VR hardware.
Version: @OPENVR_VERSION@

Libs: -L${libdir} -lopenvr_api -ldl
Cflags: -I${includedir}