blob: 9d774fe8534fcebaaf947150dde249e47cb4546f [file] [log] [blame]
if (NOT TARGET gfxstream-gl-host-common)
add_library(
gfxstream_features.headers
INTERFACE)
target_include_directories(
gfxstream_features.headers
INTERFACE
include)
add_library(
gfxstream_features
Features.cpp)
target_link_libraries(
gfxstream_features
PUBLIC
gfxstream_features.headers)
endif()