SRC_static = ['static.c']
extra_static = files(['static.h'])
staticlib = static_library('staticTestLib', SRC_static, extra_files: extra_static)