ENH: relocate triSurface classes into surfMesh library (issue #294)

- simplifies organization, includes, linkage etc.
This commit is contained in:
Mark Olesen
2017-05-18 10:42:05 +02:00
committed by Andrew Heather
parent abe6121311
commit 3814762785
103 changed files with 179 additions and 279 deletions

View File

@ -13,7 +13,7 @@ endif()
include_directories(
$ENV{WM_PROJECT_DIR}/src/OpenFOAM/lnInclude
$ENV{WM_PROJECT_DIR}/src/OSspecific/$ENV{WM_OSTYPE}/lnInclude
$ENV{WM_PROJECT_DIR}/src/triSurface/lnInclude
$ENV{WM_PROJECT_DIR}/src/surfMesh/lnInclude
$ENV{WM_PROJECT_DIR}/src/finiteVolume/lnInclude
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
@ -70,7 +70,7 @@ file(GLOB SOURCE_FILES
set(OPENFOAM_LIBRARIES
OpenFOAM
triSurface
surfMesh
finiteVolume
)