intel/libipt

build ptxed

liusy58 opened this issue · 2 comments

Hi, sir, in order to build ptxed, the location of the XED library and the XED header files must be specified.
I try to specify the location in CmakeCache.txt and it works. But I wonder how can I specify in CmakeList.txt.

The idea is that you build and install XED, then specify the location at the cmake command-line using -DXED_INCLUDE=... -DXED_LIBDIR=...

Got it, thx~