• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@CMAKE_INSTALL_PREFIX@
2execprefix=${prefix}
3includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/igfxcmrt
4libdir=@CMAKE_INSTALL_FULL_LIBDIR@
5
6Name: igfxcmrt
7Description: Intel(R) C for Media Runtime
8Version: @CMRT_VERSION@
9Cflags: -I${includedir}
10Libs: -L${libdir} -ligfxcmrt
11