diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-05 22:13:27 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-07-19 09:57:48 -0400 |
commit | 8224d05bdceb6060e450d2e50117b10b1e071dd3 (patch) | |
tree | c5f5a946943538c6c5f1456b3fd6e6e6e1ca5690 /gnuradio-runtime/lib | |
parent | d7cb2b6befb27c640f0d6be4a1af75e7bdf454a5 (diff) |
runtime: add common-precompiled-headers pseudotarget to link against
Idea: have a component that doesn't actually contribute any code of its own, but defines precompiled headers to be transitively included in gr-\*
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib')
-rw-r--r-- | gnuradio-runtime/lib/dummy.cc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/dummy.cc b/gnuradio-runtime/lib/dummy.cc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gnuradio-runtime/lib/dummy.cc |