dd6f34b7f5
Both the include and libpath were incorrect after recent build system changes. Use the proper GNUInstallDirs definitions in libhsakmt.pc.in to write the proper locations. This is needed for end users building KFDTest, which depends on correct pkg-config information. Change-Id: Ia45f36f054c2a607a77e7ecbcbd9eb7edd067348 Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
12 linhas
312 B
Plaintext
12 linhas
312 B
Plaintext
prefix=@CPACK_PACKAGING_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: libhsakmt
|
|
Description: HSA Kernel Mode Thunk library for AMD KFD support
|
|
Version: @LIB_VERSION_STRING@
|
|
|
|
Libs: -L${libdir} -lhsakmt
|
|
Cflags: -I${includedir}
|