• Brenden Blanco's avatar
    Updates to use cmake GLOB and libbcc.so.0 in python init · 5bd0eb21
    Brenden Blanco authored
    In order not to miss some files in the tools and examples source
    directories, use cmake file(GLOB) to collect relevant files. To ease the
    implementation, move all tools to be .py suffixed in the source, but
    sans-suffix in the installation (same as before)
    
    In addition, to prevent future API breakage confusion (though of course
    that may still happen), use CDLL("libbcc.so.0") in the bcc __init__.py.
    
    Fixes: #317
    Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
    5bd0eb21
CMakeLists.txt 276 Bytes