6 lines
63 B
CMake
6 lines
63 B
CMake
|
|
add_library(packet_io
|
|
packet_io.cpp
|
|
)
|
|
|
|
add_subdirectory(test) |