From dfbd24e4f258935057712564e2f06d77b145f32a Mon Sep 17 00:00:00 2001 From: KeVteL Date: Mon, 7 Oct 2024 12:04:35 +0200 Subject: [PATCH] sorted subdirectories Signed-off-by: Kevin Vu te Laar --- clients/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 689299ae1..3c22e5494 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -4,6 +4,6 @@ # SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 -add_subdirectory(python-wrapper) add_subdirectory(opal) +add_subdirectory(python-wrapper) add_subdirectory(shmem)