Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 630 Bytes

File metadata and controls

23 lines (16 loc) · 630 Bytes
.. spelling::

    QuickCppLib
    quickcpplib
    ned14-internal-quickcpplib

ned14-internal-quickcpplib

find_package(Threads REQUIRED)
hunter_add_package(ned14-internal-quickcpplib)
find_package(quickcpplib CONFIG REQUIRED)
target_link_libraries(... quickcpplib::hl Threads::Threads)

QuickCppLib is an internal dependency automatically retrieved by Outcome and LLFIO and is only present here to ensure exactly reproducible builds. Do not use it in your own projects.