Artifact c6d6e85a8c055db355506f8d172689f5ae883c8a0e0ab71eaee1b5c820661066:
- File src/meson.build — part of check-in [f2b266d4a6] at 2024-08-17 00:27:29 on branch trunk — Migrate build system to Meson (user: js, size: 372) [annotate] [blame] [check-ins using]
fs = import('fs') sources = files( 'IRCConnection.m', 'IRCUser.m', ) objirc = library('objirc', sources, include_directories: incdir, dependencies: [objfw_dep], soversion: '0.0.0', install: true) headers = ['ObjIRC.h'] foreach source: sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach install_headers(headers, subdir: 'ObjIRC')