mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-01 22:22:25 +00:00
10 lines
323 B
Meson
10 lines
323 B
Meson
lib_platform_leaderboard_stub = static_library('platform_leaderboard_stub',
|
|
files('stub/StubLeaderboard.cpp'),
|
|
include_directories: include_directories('../../'),
|
|
cpp_args: global_cpp_args + global_cpp_defs,
|
|
)
|
|
|
|
platform_leaderboard_stub_dep = declare_dependency(
|
|
link_with: lib_platform_leaderboard_stub,
|
|
)
|