add_subdirectory(simulation)
add_subdirectory(session)

if (RGG_ENABLE_PYTHON_WRAPPING)
  add_subdirectory(pybind11)
endif()
