| 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} |