From 251ba127815cceb3cafa2d44312c3eb76c031d54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Santiago=20Ospina=20De=20Los=20R=C3=ADos?=
 <sospinar@gmail.com>
Date: Fri, 30 Jun 2023 14:32:52 +0000
Subject: [PATCH] Add documentation of new command

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a23985ca3..46845d8f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,8 @@ include(DuneMacros)
 
 # start a dune project with information from dune.module
 dune_project()
+
+# create library target and export it as Dune::ISTL
 dune_add_library(duneistl INTERFACE
   EXPORT_NAME ISTL
   LINK_LIBRARIES Dune::Common)
-- 
GitLab