Files
MINGW-packages/mingw-w64-pathtools/meson.build
Christoph Reiter e078916178 pathtools: some cleanup
* Merge msys2_relocate into pathtools, so there is only one header for everything
* Stop exposing unused split_path_list, strip_n_prefix_folders, pathlist_relocation,
  pathlist_relocation_lib, sanitise_path, malloc_copy_string
* Make the header usable with cpp
2023-10-27 10:37:48 +02:00

10 lines
200 B
Meson

project('msys2-pathtools', 'c', 'cpp',
version : '0.1',
default_options : [
'warning_level=3',
'buildtype=debugoptimized',
]
)
test('main', executable('main', 'main.c', 'pathtools.c'))