Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 478 Bytes

uikit.rst

File metadata and controls

27 lines (15 loc) · 478 Bytes

uikit

system_library_finder ; uikit

uikit

Note

This is a helper package. There is no corresponding package in Hunter to be included by hunter_add_package(...)

find_package(uikit REQUIRED)
target_link_libraries(... uikit::uikit)

Same as

target_link_libraries(... "-framework UIKit")