cmake/unifex_options.cmake (6 lines of code) (raw):
# Copyright (c) 2019-present, Facebook, Inc.
#
# This source code is licensed under the license found in the
# LICENSE.txt file in the root directory of this source tree.
include(CMakeDependentOption)
option(UNIFEX_BUILD_EXAMPLES "Builds the libunifex examples." ON)