blob: e7429cee19680662d0e3fe8f936c20e8efd9a442 [file] [log] [blame]
if (NOT TARGET gfxstream-gl-host-common)
add_library(
gfxstream_backend_common
INTERFACE)
target_include_directories(
gfxstream_backend_common
INTERFACE
include)
target_link_libraries(
gfxstream_backend_common
INTERFACE
gfxstream_common_utils)
endif()