# include(lib/cmake/Catch2/Catch)
include(Catch)

include(FetchGTest)
include(GoogleTest)

include(FetchCppUnit)

add_subdirectory(customer)
