mirror of https://github.com/google/benchmark.git
add back package properties for PFM
This commit is contained in:
parent
8805bd0c14
commit
c30468bb4b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue