Documentation and code cleaenups.

This commit is contained in:
2023-10-10 17:24:29 -07:00
parent 67d4a1ebce
commit 8dba3d27f2
8 changed files with 68 additions and 28 deletions

View File

@@ -38,11 +38,11 @@ set(SOURCE_FILES
TLV.cc
Commander.cpp
Commander.h
WinHelpers.cpp)
WinHelpers.cc)
add_library(klib STATIC ${SOURCE_FILES} ${HEADER_FILES})
add_executable(phonebook phonebook.cpp)
add_executable(phonebook phonebook.cc)
target_link_libraries(phonebook klib)
include(CTest)