add_library(Ship
 src/Ship.cpp 
 src/Cargo.cpp)

target_include_directories(Ship PUBLIC include)

target_link_libraries(Ship
    Core
)
