LookingGlass/common/src
Quantum fc7dd7dbb7 [common] cmake: correctly link static libbfd.a
When linking against libbfd.so, just passing libbfd.so to the compiler is
sufficient. When linking against the static version libbfd.a, however,
we must additionally link against libiberty.a and libz.a.

This commit adds a CMake helper to find the correct libraries that need
to be passed to link against libbfd correctly.
2021-03-03 16:37:34 +11:00
..
platform [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
countedbuffer.c [common] add a reference counted buffer type 2021-02-21 10:31:49 +11:00
framebuffer.c [common] fix invalid read from unaligned addresses (fixes #410) 2021-01-20 23:18:46 +11:00
KVMFR.c [host] remove the remainder of the YUV420 support 2021-01-18 13:55:44 +11:00
option.c [all] fix numerous memory leaks at application shutdown 2021-01-24 21:47:53 +11:00
stringlist.c [common] fix stringlist const free bug 2019-05-21 11:30:05 +10:00
stringutils.c [common] fix gcc format-truncation false positive 2021-02-22 01:39:28 +11:00