mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
add back package properties for PFM
This commit is contained in:
parent
8805bd0c14
commit
c30468bb4b
@ -7,6 +7,11 @@
|
|||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
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_library(PFM_LIBRARY NAMES pfm)
|
||||||
find_path(PFM_INCLUDE_DIR NAMES perfmon/pfmlib.h)
|
find_path(PFM_INCLUDE_DIR NAMES perfmon/pfmlib.h)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user