Skip to content

Commit

Permalink
update wmake options files
Browse files Browse the repository at this point in the history
  • Loading branch information
efirvida committed Dec 31, 2023
1 parent 7fa72be commit 91d53d6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Make/options
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/ThermophysicalTransportModels/lnInclude \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
-I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
-I$(LIB_SRC)/MomentumTransportModels/incompressible/lnInclude \
-I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/ThermophysicalTransportModels/thermophysicalTransportModel/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
$(ADAPTER_PKG_CONFIG_CFLAGS) \
-I../ \
Expand All @@ -20,7 +19,7 @@ LIB_LIBS = \
-lmomentumTransportModels \
-lincompressibleMomentumTransportModels \
-lcompressibleMomentumTransportModels \
-lthermophysicalTransportModels \
-limmiscibleIncompressibleTwoPhaseMixture \
-lthermophysicalTransportModel \
-lfluidThermophysicalModels \
$(ADAPTER_PKG_CONFIG_LIBS) \
-lprecice

0 comments on commit 91d53d6

Please sign in to comment.