适配tfe_stream_addr;为了编译通过,注释mirror_stream.cpp中的代码;

This commit is contained in:
zhengchao
2018-09-04 11:36:22 +08:00
parent 046569828c
commit 4d1e9034c9
7 changed files with 59 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
add_library(decrypt-mirroring src/deliver.cpp src/sendpkt.cpp)
add_library(decrypt-mirroring src/decrypt_mirror_plugin.cpp src/mirror_stream.cpp src/sendpkt.cpp)
target_include_directories(decrypt-mirroring PRIVATE include/internal)
target_include_directories(decrypt-mirroring PUBLIC include/external)
target_link_libraries(decrypt-mirroring common)