add_executable(
    lab0_debug main.cpp Human.cpp Student.cpp logging.cpp
)

add_executable(
    test_logging test_logging.cpp logging.cpp
)