project('yonder', 'cpp') yonder = shared_library('yonder', 'yonder.cpp', install: true) install_headers('yonder.h') pkgconfig = import('pkgconfig') pkgconfig.generate(yonder)