diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index 0b18ba8cea..88f566052e 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -191,7 +191,13 @@ target_link_libraries(${PROJECT_NAME} $<$:Qt6::Core> $<$:Qt6::Network> $<$:Qt6::Positioning> - $<$:-framework\ Foundation -framework\ SystemConfiguration -framework\ CoreLocation -framework\ CFNetwork> + $<$: + -framework\ Foundation + -framework\ SystemConfiguration + -framework\ CoreLocation + -framework\ CFNetwork + -framework\ Security # SecPKCS12Import + > ) omim_add_test_subdirectory(platform_tests_support)