Include sources path to eompi module in eo/src/CMakeLists.txt file

This commit is contained in:
Adèle Harrissart 2014-06-18 09:53:01 +02:00
commit 4df7894ae1
2 changed files with 3 additions and 1 deletions

View file

@ -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})
######################################################################################

View file

@ -1,7 +1,7 @@
# ifndef __T_MPI_COMMON_H__
# define __T_MPI_COMMON_H__
#include <serial/eoSerial.h>
#include <eoSerial.h>
/**
* @file t-mpi-common.h