1if (NOT TARGET gfxstream-gl-host-common)
2    add_library(
3        gfxstream_features.headers
4        INTERFACE)
5    target_include_directories(
6        gfxstream_features.headers
7        INTERFACE
8        include)
9
10    add_library(
11        gfxstream_features
12        Features.cpp)
13    target_link_libraries(
14        gfxstream_features
15        PUBLIC
16        gfxstream_features.headers)
17endif()