Loading prrt/CMakeLists.txt +7 −1 Original line number Diff line number Diff line Loading @@ -6,10 +6,16 @@ endif() option(XLAP "Run XLAP to trace packets." OFF) if (XLAP) if (XLAVP) add_definitions(-DXLAP) endif() option (TCP "Set time protocol to TCP.") if (TCP) add_definitions(-DTCP) endif() add_subdirectory(proto) add_subdirectory(util) Loading Loading
prrt/CMakeLists.txt +7 −1 Original line number Diff line number Diff line Loading @@ -6,10 +6,16 @@ endif() option(XLAP "Run XLAP to trace packets." OFF) if (XLAP) if (XLAVP) add_definitions(-DXLAP) endif() option (TCP "Set time protocol to TCP.") if (TCP) add_definitions(-DTCP) endif() add_subdirectory(proto) add_subdirectory(util) Loading