mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mapDistributePolyMesh: new test app
This commit is contained in:
3
applications/test/mapDistributePolyMesh/Make/files
Normal file
3
applications/test/mapDistributePolyMesh/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-mapDistributePolyMesh.C
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
|
||||
|
||||
9
applications/test/mapDistributePolyMesh/Make/options
Normal file
9
applications/test/mapDistributePolyMesh/Make/options
Normal file
@ -0,0 +1,9 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-ldynamicMesh \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user