add_library(Store src/Store.cpp)

target_include_directories(Store PUBLIC include)

target_link_libraries(Store
    Ship
)