I integrated the ADS library in a Qt V6 Cmake project. Had to provide the full path of the library. That worked. A better way to integrate the library is to find the package. That can be done with the package_config_file. There is an entry in the CMakeList file: configure_package_config_file. There is also a Config.cmake.in file. The question is how can I get ninja or cmake to create the package_config_file?
(PLC = CX7080, OS = Ubuntu 22.4)