add_library(packet "src/packet.c") target_include_directories(packet PUBLIC "inc") target_link_libraries(packet PUBLIC game net PRIVATE util)