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

target_include_directories(Ship PUBLIC include)
