From 839e7c5f5aaef82672994a7b64f050bc50436b3f Mon Sep 17 00:00:00 2001
From: Sebastian Weiss <sebastian.weiss@ptb.de>
Date: Tue, 25 Oct 2022 08:32:16 +0000
Subject: [PATCH] Upload New File

---
 src/thermophysicalModels/myBasic/Make/options | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 src/thermophysicalModels/myBasic/Make/options

diff --git a/src/thermophysicalModels/myBasic/Make/options b/src/thermophysicalModels/myBasic/Make/options
new file mode 100644
index 0000000..1859188
--- /dev/null
+++ b/src/thermophysicalModels/myBasic/Make/options
@@ -0,0 +1,16 @@
+EXE_INC = \
+    -I$(LIB_SRC)/finiteVolume/lnInclude \
+    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
+    -I$(LIB_SRC)/meshTools/lnInclude \
+    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
+    -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude
+
+
+
+LIB_LIBS = \
+    -L$(FOAM_USER_LIBBIN) \
+    -lfiniteVolume \
+    -lmeshTools \
+    -lcompressibleTransportModels \
+    -lspecie \
+    -lthermophysicalProperties
-- 
GitLab