Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 528 Bytes

quartzcore.rst

File metadata and controls

27 lines (15 loc) · 528 Bytes
.. spelling::

    quartzcore

.. index:: system_library_finder ; quartzcore

quartzcore

Note

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

find_package(quartzcore REQUIRED)
target_link_libraries(... quartzcore::quartzcore)

Same as

target_link_libraries(... "-framework QuartzCore")