How to quickly import LidarView-related modules?
Hello, I compiled LidarView using superbuild in a Windows environment and used the libraries under "install" as dependencies to compile a plugin for ParaView. I simply specified ParaView_DIR and used find_package to get it working. However, when I tried to develop a interpreter plugin for LidarView using the same method, I found that there is no lidarview-config.cmake file provided. Consequently, when my plugin needs to use LidarView modules such as LidarView::IOLidar, it cannot be found. Can you please advise me on how to quickly import LidarView-related modules?