mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
8 lines
168 B
CMake
8 lines
168 B
CMake
link_directories(${BOOST_ROOT}/lib)
|
|
|
|
add_unit_test(
|
|
packet_ut
|
|
"packet_ut.cc"
|
|
"packet;messaging;connkey;buffers;environment;metric;event_is;-lboost_regex"
|
|
)
|