Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Make qml module targets publicly visible
As per the CMake documentation, by default IMPORTED targets are only visible within the current directory. This isn't useful behavior in our case, so make it globally accessible. See also: https://cmake.org/cmake/help/latest/command/add_library.html#imported-libraries
- Loading branch information