I’m a little lost here.
I have the fallowing structure
dev
|- pv
| |- build
| |- paraview-superbuild
|
|
|- qt-examples
|- one
|- build
|- Clone1
i tried adding set(ParaView_DIR /Users/username/Desktop/dev/pv/build)
at the beggining of CMakeLists.txt
of Clone1
and then I executeed cmake ../Clone1
from the build
folder.
And got
What I am missing? Where are those file?
Thanks!