mirror of https://github.com/procxx/kepka.git
Print found frameworks
This commit is contained in:
parent
aaf3cd7328
commit
a9ea8da861
|
@ -679,6 +679,7 @@ if (APPLE)
|
||||||
IOKit
|
IOKit
|
||||||
)
|
)
|
||||||
find_library(FW_LIB ${framework})
|
find_library(FW_LIB ${framework})
|
||||||
|
message(STATUS "Found framework ${FW_LIB}")
|
||||||
target_link_libraries(Telegram ${FW_LIB})
|
target_link_libraries(Telegram ${FW_LIB})
|
||||||
set(FW_LIB FW_LIB-NOTFOUND)
|
set(FW_LIB FW_LIB-NOTFOUND)
|
||||||
endforeach(framework)
|
endforeach(framework)
|
||||||
|
|
Loading…
Reference in New Issue