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

openxr.pc.in « loader « src « openxr « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d658bca5d93e6dc4a23b84ebcb2a720d899b2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include

Name: @CMAKE_PROJECT_NAME@
Description: OpenXR Loader
Version: @XR_API_VERSION@
Libs: -L${libdir} -lopenxr_loader @PRIVATE_LIBS@
Cflags: -I${includedir}