• Peter Wu's avatar
    cmake: process tests directory · 8c46d918
    Peter Wu authored
    Split the nghttp2 library into objects and a shared library from those
    objects. This is needed because of symbol visibility. An advantage over
    the autotools build is that there are no worries about static versus
    static library builds.
    
    Test:
    
        cmake $srcdir
        make nghttpx-unittest main failmalloc
        make test
    8c46d918
CMakeLists.txt 1.37 KB