# This file contains options that can be passed to the cmake command Option ( ASYNCPP_INSTALL_HEADER "Install headers of asyncpp." ON ) Option ( ASYNCPP_INSTALL_PACKAGE "Install the cmake package of asyncpp." ON ) Option ( ASYNCPP_USE_GIT_VERSION "Read the git tags to get the version of asyncpp" ON ) Option ( ASYNCPP_ENABLE_FEATURE_FS "Enable the file system features of asyncpp" ON ) Option ( ASYNCPP_ENABLE_FEATURE_TIMING "Enable the timing features of asyncpp" ON )