X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=7308fb24bfee07e446c17ad8e24a59d2e567a617;hb=2a4e4b61b4c9f41684958a3b27cb82abcf0cc401;hp=67df4d0d83e8e7d5330d4fad2b8fd12319d408db;hpb=fe7252266b79cea5bf3514c4a165c0e341ac481a;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 67df4d0..7308fb2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -294,6 +294,10 @@ set_target_properties (common PROPERTIES COMPILE_FLAGS "${CMAKE_SHARED_LIBRARY_CXX_FLAGS}" ) +if (ANDROID) + target_link_libraries (common log) +endif () + ############################################################################## # API tracers