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

Add new CMakeLists.txt at top level of project and add subdirectory for apps and cpp files

parent bb8db56d
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required( VERSION 3.24 )
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(apps)
add_subdirectory(src/pymatlib/core/cpp)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment