mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Introduced Makefile variable 'THIRD_PARTY'
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
thirdParty=$(WM_PROJECT_INST_DIR)/ThirdParty
|
||||
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(thirdParty)/libccmio \
|
||||
-I$(thirdParty)/libccmio/lnInclude
|
||||
-I$(THIRD_PARTY)/libccmio \
|
||||
-I$(THIRD_PARTY)/libccmio/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
|
||||
Reference in New Issue
Block a user