Include sources path to eompi module in eo/src/CMakeLists.txt file
This commit is contained in:
parent
9aacf2184f
commit
4df7894ae1
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
### 1) Include the sources
|
### 1) Include the sources
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
|
include_directories(${EOMPI_SRC_DIR}/src)
|
||||||
|
include_directories(${EOSERIAL_SRC_DIR}/src)
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# ifndef __T_MPI_COMMON_H__
|
# ifndef __T_MPI_COMMON_H__
|
||||||
# define __T_MPI_COMMON_H__
|
# define __T_MPI_COMMON_H__
|
||||||
|
|
||||||
#include <serial/eoSerial.h>
|
#include <eoSerial.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file t-mpi-common.h
|
* @file t-mpi-common.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue