From 047243b5a55340457cc263adc3274478a1885282 Mon Sep 17 00:00:00 2001 From: Slavko Brdar Date: Tue, 19 Nov 2024 16:59:17 +0000 Subject: [PATCH] build_interface for fortran --- pluto/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pluto/src/CMakeLists.txt b/pluto/src/CMakeLists.txt index 3a5f32888..cc22228fd 100644 --- a/pluto/src/CMakeLists.txt +++ b/pluto/src/CMakeLists.txt @@ -104,3 +104,5 @@ ecbuild_add_library( TARGET pluto_f pluto_f/pluto_module.cc PRIVATE_LIBS pluto ) +target_include_directories( pluto_f PUBLIC $ ) +