diff options
author | Immanuel Haffner <haffner.immanuel@gmail.com> | 2019-11-22 22:48:46 +0100 |
---|---|---|
committer | Alon Zakai <azakai@google.com> | 2019-11-22 13:48:46 -0800 |
commit | bf8f36c31c0b8e6213bce840be66937dd6d0f6af (patch) | |
tree | 33643f2479e22c5a653f85029bd8dff1ea16d551 /test/unit/test_features.py | |
parent | e2587f30827cd3d35dd409c2958b25a6c5517092 (diff) | |
download | binaryen-bf8f36c31c0b8e6213bce840be66937dd6d0f6af.tar.gz binaryen-bf8f36c31c0b8e6213bce840be66937dd6d0f6af.tar.bz2 binaryen-bf8f36c31c0b8e6213bce840be66937dd6d0f6af.zip |
Build libbinaryen as a monolithic statically/shared library (#2463)
* Transform libraries created in subdirectories from statically linked
libraries to CMake object libraries.
* Link object libraries as `PRIVATE` to `libbinaryen`.
According to CMake documentation: "Libraries and targets following
PRIVATE are linked to, but are not made part of the link interface."
This is exactly what we want, as we only want the C API to be part of
the interface.
Diffstat (limited to 'test/unit/test_features.py')
0 files changed, 0 insertions, 0 deletions