From e45ae4e41c989ad72f61bfa70f9cb9c53ce6c59c Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Wed, 6 Mar 2024 12:04:43 +0100 Subject: [PATCH] More ... Signed-off-by: Erik Boasson --- src/core/ddsc/tests/CMakeLists.txt | 1 + src/security/core/tests/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/core/ddsc/tests/CMakeLists.txt b/src/core/ddsc/tests/CMakeLists.txt index 25db408272..9020dd14be 100644 --- a/src/core/ddsc/tests/CMakeLists.txt +++ b/src/core/ddsc/tests/CMakeLists.txt @@ -10,6 +10,7 @@ # SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause # include(CUnit) +include(Generate) idlc_generate(TARGET RoundTrip FILES RoundTrip.idl) idlc_generate(TARGET Space FILES Space.idl WARNINGS no-implicit-extensibility) diff --git a/src/security/core/tests/CMakeLists.txt b/src/security/core/tests/CMakeLists.txt index 957772e391..f934a23a93 100644 --- a/src/security/core/tests/CMakeLists.txt +++ b/src/security/core/tests/CMakeLists.txt @@ -11,6 +11,7 @@ # include (GenerateExportHeader) include (CUnit) +include (Generate) idlc_generate(TARGET SecurityCoreTests FILES SecurityCoreTests.idl WARNINGS no-implicit-extensibility)