Edit

kc3-lang/libqrencode/tests

Branch :

  • Show log

    Commit

  • Author : Michał Górny
    Date : 2018-06-07 08:09:07
    Hash : 3a6954e0
    Message : cmake: Always build libdecoder as static library libdecoder is used only for tests, and implicitly relies on printBinary() function that is not included in the library. This causes it to fail to build as a shared library on systems strict about symbols (Darwin or e.g. Linux with -Wl,-z,defs). Force static library to avoid those problems.