marketplace added

This commit is contained in:
Martin Brodbeck 2018-07-13 13:04:19 +02:00
parent f838977283
commit e04a24f7a1
3 changed files with 31 additions and 0 deletions

View file

@ -14,6 +14,7 @@ set(CORE_SOURCES
seller.cpp
article.cpp
sale.cpp
marketplace.cpp
)
add_library(core STATIC ${CORE_SOURCES})