mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 20:02:54 +00:00
9 lines
279 B
Meson
9 lines
279 B
Meson
lib_platform_fs_std = static_library('platform_fs_std',
|
|
files('std/StdFilesystem.cpp'),
|
|
include_directories: include_directories('../../'),
|
|
cpp_args: global_cpp_args + global_cpp_defs,
|
|
)
|
|
|
|
platform_fs_std_dep = declare_dependency(
|
|
link_with: lib_platform_fs_std,
|
|
) |