Fixing compilation of tutorials
This commit is contained in:
parent
e0a3fde86d
commit
d838b666f6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ c++WARN = -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wnon-virtual-
|
|||
|
||||
|
||||
EXE_INC = -std=c++11 \
|
||||
-I../../../../src/fluidSolidInteraction/lnInclude \
|
||||
-I../../../../src/thirdParty/eigen \
|
||||
-I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \
|
||||
-I$(WM_THIRD_PARTY_DIR)/packages/eigen3 \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/finiteArea/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
Reference in a new issue