9 lines
269 B
CMake
9 lines
269 B
CMake
|
# 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)
|