X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=2ace8ac44576231b41cce7ef0017ef62bd6404c7;hb=17a4541d67c73d413c9e8f8751cd9c2573933aef;hp=e39bb45f2206bd91579ea51f34d6e49d8049ce6f;hpb=5ec1deb2d9238b6636e73b5a7cd67a8a319c79aa;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index e39bb45..2ace8ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,7 +338,9 @@ set_target_properties (common PROPERTIES ) if (ANDROID) - target_link_libraries (common log) + target_link_libraries (common + log + ) endif () @@ -355,7 +357,7 @@ add_subdirectory (retrace) # CLI if (ENABLE_CLI) - add_subdirectory(cli) + add_subdirectory (cli) endif () ##############################################################################