file(GLOB SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.cpp")
list(REMOVE_ITEM SOURCES test.cpp)

yamail_add_static_library( blackbox2 "${SOURCES}" "")

set(BIN_DEPS
    blackbox2
    ${BLACKBOX2_DEPENDENCY_LIBRARIES}
)

yamail_add_executable(bbtest test.cpp "${BIN_DEPS}")
