summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:34:48 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:34:48 +0200
commit1c9acabddfdce47a1b7db9275215450802ac709a (patch)
tree05794fb72c843a52f44473a6526aee140376f56d /CMakeLists.txt
parent793748246133423bab93258375a45f3c0ad363b2 (diff)
downloadcsharp-cmake-1c9acabddfdce47a1b7db9275215450802ac709a.tar.gz
csharp-cmake-1c9acabddfdce47a1b7db9275215450802ac709a.zip
Add Second executable with Baz dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c026b79..5010dcb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,3 +14,4 @@ add_subdirectory(chello)
add_subdirectory(baz)
add_subdirectory(foobar)
add_subdirectory(hello)
+add_subdirectory(second)