diff options
| author | yangwei <[email protected]> | 2024-08-28 15:01:32 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-08-28 15:01:32 +0800 |
| commit | 848122000a3b60fd1528321bde12616f0be34b8a (patch) | |
| tree | 77c2b030c4c423fde5575f2939114a27b283148f /infra/packet_io | |
| parent | 16b18624ab32aa2b7e9691763b822bf408a43074 (diff) | |
🔧 build(target_include_directories): rename src to infra
Diffstat (limited to 'infra/packet_io')
| -rw-r--r-- | infra/packet_io/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/packet_io/CMakeLists.txt b/infra/packet_io/CMakeLists.txt index 8f07fd7..bf4a850 100644 --- a/infra/packet_io/CMakeLists.txt +++ b/infra/packet_io/CMakeLists.txt @@ -1,4 +1,3 @@ add_library(packet_io dumpfile_io.cpp marsio_io.cpp packet_io.cpp) target_include_directories(packet_io PUBLIC ${CMAKE_CURRENT_LIST_DIR}) -target_include_directories(packet_io PUBLIC ${CMAKE_SOURCE_DIR}/src/stellar) target_link_libraries(packet_io marsio pcap packet)
\ No newline at end of file |
