blob: 51b91dd36575825d6ae0f5a16477db184cb0e514 [file] [log] [blame]
# Copyright 2023 Android Open Source Project
# SPDX-License-Identifier: MIT
files_lib_gl_snapshot = files(
'GLSnapshot.cpp',
)
lib_gl_snapshot = static_library(
'gl_snapshot',
files_lib_gl_snapshot,
cpp_args: gfxstream_host_args,
include_directories: [inc_gfxstream_include, inc_include]
)