corefoundationΒΆ

Note

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

find_package(corefoundation REQUIRED)
target_link_libraries(... corefoundation::corefoundation)

Same as

target_link_libraries(... "-framework CoreFoundation")