Link library in ParaView plugin CMakeLists.txt
问题 Recently I've been trying to write a plugin for ParaView and I have encountered a problem while trying to link external libraries. First of all I must say that the compilation goes fine but I get an error at runtime saying the dreaded words: "symbol lookup error .. undefined symbol". When using ldd on the file that I load into ParaView, none of the vxl library files that are required for this plugin are listed. ParaView has it's own weird way of defining plugins in the CmakeLists.txt file and