Skip to content
Snippets Groups Projects
Commit f2f71f68 authored by mattijs's avatar mattijs Committed by Kutalmış Berçin
Browse files

ENH: viewFactor: compile without lib

parent c652af4b
Branches
Tags
1 merge request!551Update of view factor generation using 2AI and 2LI methods plus CGAL for ray tracing
......@@ -3,6 +3,7 @@ include $(GENERAL_RULES)/cgal
EXE_INC = \
-Wno-old-style-cast \
${CGAL_INC} \
-DCGAL_HEADER_ONLY \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
......@@ -10,7 +11,7 @@ EXE_INC = \
EXE_LIBS = \
${CGAL_LIBS} \
/* ${CGAL_LIBS} */ \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment