mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 14:32:53 +00:00
11 lines
365 B
Meson
11 lines
365 B
Meson
platform_profile_stub_sources = files('stub/StubProfile.cpp')
|
|
|
|
lib_platform_profile_stub = static_library('platform_profile_stub',
|
|
files('stub/StubProfile.cpp'),
|
|
include_directories: include_directories('../../'),
|
|
cpp_args: global_cpp_args + global_cpp_defs,
|
|
)
|
|
|
|
platform_profile_stub_dep = declare_dependency(
|
|
link_with: lib_platform_profile_stub,
|
|
) |