mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: include fileFormats for paraview plugins
This commit is contained in:
@ -8,6 +8,7 @@ link_directories(
|
||||
include_directories(
|
||||
${LIB_SRC}/OpenFOAM/lnInclude
|
||||
${LIB_SRC}/OSspecific/${WM_OSTYPE}/lnInclude
|
||||
${LIB_SRC}/fileFormats/lnInclude
|
||||
${LIB_SRC}/conversion/lnInclude
|
||||
${LIB_SRC}/finiteArea/lnInclude
|
||||
${LIB_SRC}/finiteVolume/lnInclude
|
||||
@ -19,6 +20,7 @@ set(OPENFOAM_LIBRARIES
|
||||
OpenFOAM
|
||||
finiteVolume
|
||||
finiteArea
|
||||
fileFormats
|
||||
conversion
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user