add back package properties for PFM

This commit is contained in:
Dominic Hamon 2023-07-10 17:54:09 +01:00
parent 8805bd0c14
commit c30468bb4b
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
include(FindPackageHandleStandardArgs)
set_package_properties(PFM PROPERTIES
URL http://perfmon2.sourceforge.net/
DESCRIPTION "A helper library to develop monitoring tools"
PURPOSE "Used to program specific performance monitoring events")
find_library(PFM_LIBRARY NAMES pfm)
find_path(PFM_INCLUDE_DIR NAMES perfmon/pfmlib.h)