X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=1f43f96a68e2e2bba5508d5072af69fb660d7e5a;hb=refs%2Fheads%2Ftexture-from-pixmap-proof-of-concept;hp=9394282c591062bdc931a054a3c01b6a4d3941d4;hpb=4cf9606b3c75478fe7b8258d89b504f854e1de21;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 9394282..1f43f96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -299,6 +299,7 @@ endif () add_library (common STATIC common/trace_callset.cpp common/trace_dump.cpp + common/trace_fast_callset.cpp common/trace_file.cpp common/trace_file_read.cpp common/trace_file_write.cpp @@ -321,6 +322,7 @@ set_target_properties (common PROPERTIES COMPILE_FLAGS "${CMAKE_SHARED_LIBRARY_CXX_FLAGS}" ) +target_link_libraries(common cairo) if (ANDROID) target_link_libraries (common log