blob: 62f4284427ff2bd8a1a29540141f70b6260c8a15 [file] [log] [blame]
if (NOT TARGET gfxstream-gl-host-common)
add_library(
gfxstream_host_tracing.headers
INTERFACE)
target_include_directories(
gfxstream_host_tracing.headers
INTERFACE
include)
add_library(
gfxstream_host_tracing
Tracing.cpp)
target_link_libraries(
gfxstream_host_tracing
PUBLIC
gfxstream_host_tracing.headers)
endif()