diff options
Diffstat (limited to 'deps/fff/examples/CMakeLists.txt')
-rw-r--r-- | deps/fff/examples/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/fff/examples/CMakeLists.txt b/deps/fff/examples/CMakeLists.txt new file mode 100644 index 0000000..58a3d09 --- /dev/null +++ b/deps/fff/examples/CMakeLists.txt @@ -0,0 +1,6 @@ +# Copyright 2022 Google LLC +# SPDX-License-Identifier: Apache-2.0 + +add_subdirectory(driver_testing) +add_subdirectory(embedded_ui) +add_subdirectory(weak_linking) |