wowlet/contrib/openvr/src/openvr.pc.in

12 lines
286 B
PkgConfig
Raw Normal View History

2021-04-05 12:36:39 +01:00
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}