Newer
Older
#############################################################
### Core ###
#############################################################
#############################################################
#############################################################
if(BUILD_VF_ALL_SAMPLES)
list(APPEND USER_APPS
"apps/gpu/DrivenCavityUniform"
"apps/gpu/DrivenCavityMultiGPU"
"apps/gpu/ActuatorLine"
"apps/gpu/SphereScaling"
"apps/gpu/TGV_3D"
"apps/gpu/gridGeneratorTest")
endif()
add_subdirectory(apps/gpu/DrivenCavity)
add_subdirectory(apps/gpu/SphereGPU)
add_subdirectory(apps/gpu/BoundaryLayer)
#############################################################
### Numeric Tests ###
#############################################################
if(NOT BUILD_VF_UNIT_TESTS) # in this case googletest is already included.
add_subdirectory(${VF_THIRD_DIR}/googletest)
endif()
add_subdirectory(3rdParty/fftw/fftw-3.3.7)

Soeren Peters
committed
add_subdirectory(apps/gpu/tests/NumericalTests)
add_subdirectory(apps/gpu/tests/NumericalTestPostProcessing)