uhd/host/lib/include
Martin Braun 981eafb492 lib: Add module.d support
This extends the module-loading subsystem by a module.d method. Like
with the $prefix/share/uhd/modules and $prefix/lib/uhd/modules
directories, we will now read a modules.d/ directory from the same
location. Instead of placing the actual DLLs in this directory, we can
simply reference DLLs by name in files placed in this directory. For
example, assume we have a file like this:

$ cat $PREFIX/share/uhd/modules.d/rfnoc-gain
librfnoc-gain.so

In other words, there exists a file called `rfnoc-gain` which contains
the name `librfnoc-gain.so`. Then upon loading of UHD, we shall load
`librfnoc-gain.so` from the usual locations (full paths may also be
provided in these files).

Lines starting with '#' in these files are ignored.
2024-09-27 15:35:37 +02:00
..
uhdlib lib: Add module.d support 2024-09-27 15:35:37 +02:00
CMakeLists.txt uhd: update to uniform SPDX license identifier 2022-09-01 14:16:30 -05:00