blueprints = custom_target( 'blueprints', input : files( 'window.blp', 'create-category.blp', 'create-card.blp' ), output : '.', command : [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'], )