Skip to content
  • Erik Strand's avatar
    Build with cmake! · d03ecc26
    Erik Strand authored
    The key is to use an object library instead of a static library. The
    linker was throwing out the startup code because it's never called.
    d03ecc26