summaryrefslogtreecommitdiffstats
path: root/pcidev.pc.in
blob: 0da4ca0a7969843ddfbaa100c359cda7f76af3c7 (plain)
1
2
3
4
5
6
7
8
9
10
prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${CMAKE_INSTALL_FULL_BINDIR}
libdir=${PCILIB_PLUGIN_DIR}
includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}

Name: ${TARNAME}
Description: Sample event engine for pcilib
Version: ${PACKAGE_VERSION}
Libs: -L${PCILIB_PLUGIN_DIR} -lpcidev
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}