commit | 469f7811fac98617e544aac2b1b2db56040c95db | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Feb 29 18:19:56 2024 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Feb 29 18:19:56 2024 +0100 |
tree | 38c7f256ddcb90215c66c267930ce956704621a7 | |
parent | 7f523bf9eb724f5d3ed08e441df1a984a21304bc [diff] [blame] |
Require framework directory to exist when building The framework directory will be provided by a submodule. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5585c78..154c84a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -277,6 +277,8 @@ set(CMAKE_INSTALL_LIBDIR "${LIB_INSTALL_DIR}") endif() +add_subdirectory(framework) + add_subdirectory(include) add_subdirectory(3rdparty)