From 4df7894ae1fd727af7710f7fd7e94e5fc53ba9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A8le=20Harrissart?= Date: Wed, 18 Jun 2014 09:53:01 +0200 Subject: [PATCH] Include sources path to eompi module in eo/src/CMakeLists.txt file --- eo/src/CMakeLists.txt | 2 ++ eo/test/mpi/t-mpi-common.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/eo/src/CMakeLists.txt b/eo/src/CMakeLists.txt index b2b445a93..a06f59141 100644 --- a/eo/src/CMakeLists.txt +++ b/eo/src/CMakeLists.txt @@ -2,6 +2,8 @@ ### 1) Include the sources ###################################################################################### +include_directories(${EOMPI_SRC_DIR}/src) +include_directories(${EOSERIAL_SRC_DIR}/src) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) ###################################################################################### diff --git a/eo/test/mpi/t-mpi-common.h b/eo/test/mpi/t-mpi-common.h index c862a05c1..e525fe53e 100644 --- a/eo/test/mpi/t-mpi-common.h +++ b/eo/test/mpi/t-mpi-common.h @@ -1,7 +1,7 @@ # ifndef __T_MPI_COMMON_H__ # define __T_MPI_COMMON_H__ -#include +#include /** * @file t-mpi-common.h