Skip to content
Snippets Groups Projects
Commit a68a0ae3 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Modify CMakeLists.txt for apps directory

parent 3a73cd1c
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required( VERSION 3.24 ) add_subdirectory(walberla)
add_subdirectory(sfg-walberla)
project ( test_pymatlib )
# waLBerla Options
SET ( WALBERLA_BUILD_TESTS OFF )
SET ( WALBERLA_BUILD_BENCHMARKS OFF )
SET ( WALBERLA_BUILD_TOOLS OFF )
SET ( WALBERLA_BUILD_TUTORIALS OFF )
SET ( WALBERLA_BUILD_SHOWCASES OFF )
SET ( WALBERLA_BUILD_DOC OFF )
SET ( WALBERLA_BUILD_WITH_PYTHON OFF )
SET ( WALBERLA_BUILD_WITH_CODEGEN OFF )
SET ( WALBERLA_BUILD_WITH_OPENMP ON )
SET ( WALBERLA_BUILD_WITH_MPI OFF )
add_subdirectory( walberla )
add_subdirectory( sfg-walberla )
walberla_add_executable ( NAME HeatEquationWithMaterial walberla_add_executable ( NAME HeatEquationWithMaterial
FILES CodegenHeatEquationWithMaterial.cpp FILES CodegenHeatEquationWithMaterial.cpp
...@@ -27,4 +9,4 @@ pystencilssfg_generate_target_sources( HeatEquationWithMaterial ...@@ -27,4 +9,4 @@ pystencilssfg_generate_target_sources( HeatEquationWithMaterial
SCRIPTS HeatEquationKernelWithMaterial.py SCRIPTS HeatEquationKernelWithMaterial.py
FILE_EXTENSIONS .cpp .h FILE_EXTENSIONS .cpp .h
OUTPUT_MODE standalone OUTPUT_MODE standalone
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment