mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
17 lines
304 B
Plaintext
Executable File
17 lines
304 B
Plaintext
Executable File
EXE_DEBUG = -DFULLDEBUG -g -O0
|
|
//EXE_DEBUG =
|
|
|
|
include $(GENERAL_RULES)/CGAL
|
|
FFLAGS = -DCGAL_FILES='"${CGAL_PATH}/CGAL/files"'
|
|
|
|
EXE_INC = \
|
|
${EXE_DEBUG} \
|
|
${CGAL_INC} \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ltriSurface
|
|
|