Include a subdirectory using Conan
Summary The core issue was a missing Conan package definition for the mylib dependency. The myapp recipe attempted to use find_package(mylib) in CMake, but there was no Conan recipe to export or package the mylib headers. Consequently, the mylib::mylib target was undefined, causing the linker error. Additionally, the CMake configuration referenced a discovery_devices target, which … Read more