Print found frameworks

This commit is contained in:
Berkus Decker 2017-12-31 00:59:51 +02:00 committed by Berkus Decker
parent aaf3cd7328
commit a9ea8da861
1 changed files with 1 additions and 0 deletions

View File

@ -679,6 +679,7 @@ if (APPLE)
IOKit
)
find_library(FW_LIB ${framework})
message(STATUS "Found framework ${FW_LIB}")
target_link_libraries(Telegram ${FW_LIB})
set(FW_LIB FW_LIB-NOTFOUND)
endforeach(framework)