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