UNPKG
over-the-wire
Version:
latest (1.2.3)
1.2.3
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Network inspection library for Node
github.com/vaguue/over-the-wire
vaguue/over-the-wire
over-the-wire
/
cxx_modules
/
PcapPlusPlus
/
3rdParty
/
json
/
CMakeLists.txt
6 lines
(3 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
add_library
(json INTERFACE)
target_include_directories
(json INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_sources
(json INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include/json.hpp)