add_executable(abstract_factory abstract_factory.cpp)

target_link_libraries(abstract_factory PUBLIC kangaru-example)
