Pushing work to remote

This commit is contained in:
Christopher Sanden
2025-11-21 12:51:05 +01:00
parent a014e4ca73
commit 6e9e3ecd4d
17 changed files with 388 additions and 1876 deletions

View File

@@ -21,8 +21,6 @@ endif()
# The order matters here: we add LibExample first so that its library is
# defined before the executables that need to link to it.
add_subdirectory(LibExample)
add_subdirectory(Submissions)
add_subdirectory(Portfolio)
# --- End of File ---