halfway part 2

This commit is contained in:
Christopher Sanden
2025-11-05 23:32:00 +01:00
parent 1ec6da4771
commit d6bb9bd233
10 changed files with 371 additions and 10 deletions

View File

@@ -2,7 +2,11 @@
# Define a library target named "SharedLib".
# We use STATIC because we are using cpp and header files.
add_library(SharedLib STATIC)
add_library(SharedLib STATIC
TPerson.cpp
TPerson.h
TLinkedList.cpp
TLinkedList.h)
# --- Step 2: Add Header Files to the Library ---