Findchoc

A find module for the choc library. This module fetches the sources from GitHub using CMake’s FetchContent module, if a local copy can’t be found.

Targets

choc::choc

Interface library with choc’s include directories and sources.

Cache variables

CHOC_INCLUDE_DIR

Include directory for the choc library. This path is the root of the choc repository. When searching for this path, the environment variable MIPP_INCLUDE_DIR is added to the search path.

Environment variables

CHOC_INCLUDE_DIR

This environment variable, if set, is added to the search path when locating the CHOC_INCLUDE_DIR path.