build ptxed
liusy58 opened this issue · 2 comments
liusy58 commented
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
.
markus-metzger commented
The idea is that you build and install XED, then specify the location at the cmake command-line using -DXED_INCLUDE=... -DXED_LIBDIR=...
liusy58 commented
Got it, thx~