From 2671fad20d4e6462c4590a145b5121f47a4ea369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Pep=C3=A8=20Sciarria?= Date: Fri, 28 Mar 2025 11:37:24 +0100 Subject: [PATCH] update CMakeLists.txt to used the new standard PSB_ for compilation flags --- base/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt index 2440a938..7edef391 100644 --- a/base/CMakeLists.txt +++ b/base/CMakeLists.txt @@ -634,6 +634,9 @@ list(APPEND PSB_base_source_C_files modules/desc/psb_hashval.c) if (SERIAL_MPI) list(APPEND PSB_base_source_C_files modules/fakempi.c) endif() +list(APPEND base_header_C_files ${CMAKE_CURRENT_LIST_DIR}/modules/psb_types.h) + foreach(file IN LISTS PSB_base_source_C_files) list(APPEND base_source_C_files ${CMAKE_CURRENT_LIST_DIR}/${file}) endforeach() +