Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 688 Bytes

foundation.rst

File metadata and controls

36 lines (21 loc) · 688 Bytes
.. spelling::

    foundation

.. index:: system_library_finder ; foundation

foundation

Note

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

Note

Framework Cocoa is a pseudo framework which in fact is just a combination of:

  • Foundation
  • AppKit
  • CoreData
find_package(foundation REQUIRED)
target_link_libraries(... foundation::foundation)

Same as

target_link_libraries(... "-framework Foundation")